Show / Hide Table of Contents

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

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX