Interface IDataChannel
Syntax
public interface IDataChannel
Properties
Channel
Declaration
RTCDataChannel Channel { get; }
Property Value
ConnectionId
Declaration
string ConnectionId { get; }
Property Value
IsConnected
Declaration
bool IsConnected { get; }
Property Value
IsLocal
Declaration
Property Value
Label
Declaration
Property Value
Methods
SetChannel(String, RTCDataChannel)
Declaration
void SetChannel(string connectionId, RTCDataChannel channel)
Parameters
SetChannel(SignalingEventData)
Declaration
void SetChannel(SignalingEventData data)
Parameters