Class RTCDataChannel
Implements
Inherited Members
Namespace: Unity.WebRTC
Assembly: solution.dll
Syntax
public class RTCDataChannel : RefCountedObject, IDisposable
Properties
Name | Description |
---|---|
BufferedAmount | |
Id | |
Label | |
MaxRetransmitTime | |
MaxRetransmits | |
Negotiated | |
OnClose | |
OnError | |
OnMessage | |
OnOpen | |
Ordered | |
Protocol | |
ReadyState | The property returns an enum of the |
Methods
Name | Description |
---|---|
Close() | |
Dispose() | |
~RTCDataChannel() | |
Send(byte[]) | The method Sends data across the data channel to the remote peer. |
Send(IntPtr, int) | |
Send(string) | The method Sends data across the data channel to the remote peer. |
Send(void*, int) | |
Send<T>(NativeArray<T>) | |
Send<T>(NativeSlice<T>) |