TTMSFNCWXWebRTCPeer.AddDataChannel Method
Creates a data channel with the given name on this connection and returns its configuration entry.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXWebRTCPeer
Syntax
function AddDataChannel(AName: string): TTMSFNCWXWebRTCDataChannel;
Parameters
| Name | Description |
|---|---|
AName |
The name of the channel to create. |
Returns
The data channel configuration entry.