TTMSFNCWXWebRTCPeers.Insert Method
Inserts a new peer connection at the given position and returns it.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXWebRTCPeers
Syntax
function Insert(Index: Integer): TTMSFNCWXWebRTCPeer; reintroduce;
Parameters
| Name | Description |
|---|---|
Index |
The zero-based position at which to insert the new peer. |
Returns
The newly inserted peer item.