UpgradeToVideoMode enum

UpgradeToVideo modes (behavior when rceived INVITE with video SDP)

Inheritance
Available extensions

Values

SendRecv → const UpgradeToVideoMode

Accept video from remote side and start sending local

const UpgradeToVideoMode(SiprixVoipSdk.kUpgradeToVideoSendRecv, "SendRecv")
RecvOnly → const UpgradeToVideoMode

Accept video from remote side, don't send (mute) local

const UpgradeToVideoMode(SiprixVoipSdk.kUpgradeToVideoRecvOnly, "RecvOnly")
Inactive → const UpgradeToVideoMode

Don't accept video from remote side (continue audio only call)

const UpgradeToVideoMode(SiprixVoipSdk.kUpgradeToVideoInactive, "Inactive")

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Value
final
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
User friendly name of the selected option
final
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

from(int val) UpgradeToVideoMode
Returns enum item which matches int constant

Constants

values → const List<UpgradeToVideoMode>
A constant List of the values in this enum, in order of their declaration.