Property ReadyState
ReadyState
The property returns an enum of the RTCDataChannelState which shows
the state of the channel.
Declaration
public RTCDataChannelState ReadyState { get; }
Property Value
| Type | Description |
|---|---|
| RTCDataChannelState |
Remarks
Send(string) method must be called when the state is Open.