Class RTCDataChannel
Implements
Inherited Members
Namespace: Unity.WebRTC
Assembly: solution.dll
Syntax
public class RTCDataChannel : IDisposable
Properties
| Name | Description |
|---|---|
| Id | |
| Label | |
| OnClose | |
| OnMessage | |
| OnOpen | |
| ReadyState | The property returns an enum of the |
Methods
| Name | Description |
|---|---|
| Close() | |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| ~RTCDataChannel() | |
| Send(byte[]) | The method Sends data across the data channel to the remote peer. |
| Send(string) | The method Sends data across the data channel to the remote peer. |