Click or drag to resize
ChannelState Enumeration
Specifies the current state of a media channel.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum ChannelState
Members
  Member nameValueDescription
RemoteAccepted0 The other party accepted the offered channel.
RemoteRejected1 The other party rejected the offered channel.
RemotePendingSendOnly2 The other party accepted the offered channel, but only wants to send media.
RemotePendingReceiveOnly3 The other party accepted the offered channel, but only wants to receive media.
RemoteOffer4 The other party wants to communicate via that channel.
RemoteOfferReceiveOnly5 The other party wants to communicate, but wants to receive media only.
RemoteHold6 The other party put the call on hold.
RemoteUnhold7 The other party released the hold.
RemoteCancelled8 The other party cancelled an existing channel.
RemoteModifiedReceiveOnly9 The other party modified the communication mode of the channel. From now on he only wants to receive data via that channel.
LocalAccepted10 Channel accepted locally.
LocalRejected11 Channel rejected locally.
LocalCancel12 An existing channel has been cancelled locally.
LocalHold13 Put the call on hold locally.
LocalUnhold14 The call has been resumed locally.
Unknown15 Unknown operation.
LocalAcceptedSendOnly16
LocalAcceptedReceiveOnly17
See Also