| ChannelStateChangeState Property  | 
            Gets the new state of a media channel.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic ChannelState State { get; }Public ReadOnly Property State As ChannelState
	Get
public:
property ChannelState State {
	ChannelState get ();
}member State : ChannelState with get
Property Value
Type: 
ChannelState
See Also