TTMSFNCWXWebRTCIceCandidateEvent Event Type
Fires when a new local ICE candidate is gathered for a peer connection and should be forwarded to the remote peer through the signaling channel.
API unit family: TMSFNCWXWebRTC
Parameters
| Name | Description |
|---|---|
Sender |
The component that raised the event. |
AID |
The identifier of the peer connection the candidate belongs to. |
AIceCandidate |
The serialized ICE candidate to send to the remote peer. The handler must relay this value unchanged. |