VIVideoStreamReceiveStopReason enum
Enum that represents the reason why video receive on the remote video stream was stopped.
/// Used in VICall.
Values
- AUTOMATIC → const VIVideoStreamReceiveStopReason
-
Indicates that video receive on a remote video stream is stopped by the Voximplant Cloud due to a network issue on the device.
- MANUAL → const VIVideoStreamReceiveStopReason
-
Indicates that video receive on a remote video stream is stopped by the client via VICall.sendVideo API.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
VIVideoStreamReceiveStopReason> - A constant List of the values in this enum, in order of their declaration.