Specifies the current state of a media channel.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration ChannelState
public enum class ChannelState
Members
| Member name | Value | Description |
---|
| RemoteAccepted | 0 |
The other party accepted the offered channel.
|
| RemoteRejected | 1 |
The other party rejected the offered channel.
|
| RemotePendingSendOnly | 2 |
The other party accepted the offered channel, but only wants to send media.
|
| RemotePendingReceiveOnly | 3 |
The other party accepted the offered channel, but only wants to receive media.
|
| RemoteOffer | 4 |
The other party wants to communicate via that channel.
|
| RemoteOfferReceiveOnly | 5 |
The other party wants to communicate, but wants to receive media only.
|
| RemoteHold | 6 |
The other party put the call on hold.
|
| RemoteUnhold | 7 |
The other party released the hold.
|
| RemoteCancelled | 8 |
The other party cancelled an existing channel.
|
| RemoteModifiedReceiveOnly | 9 |
The other party modified the communication mode of the channel. From now on he only wants to receive data via that channel.
|
| LocalAccepted | 10 |
Channel accepted locally.
|
| LocalRejected | 11 |
Channel rejected locally.
|
| LocalCancel | 12 |
An existing channel has been cancelled locally.
|
| LocalHold | 13 |
Put the call on hold locally.
|
| LocalUnhold | 14 |
The call has been resumed locally.
|
| Unknown | 15 |
Unknown operation.
|
| LocalAcceptedSendOnly | 16 | |
| LocalAcceptedReceiveOnly | 17 | |
See Also