Delegate OnNewRTCDataChannel
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public delegate void OnNewRTCDataChannel(ushort streamID, DataChannelTypes type, ushort priority, uint reliability, string label, string protocol);
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | streamID | |
DataChannelTypes | type | |
System.UInt16 | priority | |
System.UInt32 | reliability | |
System.String | label | |
System.String | protocol |