TTMSFNCWXWebRTCCommunication.AddIceCandidate Method
Adds a remote ICE candidate to the specified peer connection.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXWebRTCCommunication
Inherited from: TTMSFNCWXCustomWebRTCCommunication
Syntax
procedure AddIceCandidate(AID: string; AIceCandidate: string);
Parameters
| Name | Description |
|---|---|
AID |
The peer connection identifier. |
AIceCandidate |
The serialized ICE candidate received from the remote peer. |