Show / Hide Table of Contents

Delegate OnDataChannelMessageDelegate

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public delegate void OnDataChannelMessageDelegate(RTCDataChannel dc, DataChannelPayloadProtocols protocol, byte[] data);
Parameters
Type Name Description
RTCDataChannel dc
DataChannelPayloadProtocols protocol
System.Byte[] data

Extension Methods

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