Table of Contents

TTMSFNCWXCustomWebRTCCommunication.AddIceCandidate Method

Adds a remote ICE candidate to the specified peer connection.

API unit family: TMSFNCWXWebRTC Declaring type: 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.