TTMSFNCWXWebRTCCommunication.AcceptAnswer Method
Accepts a remote answer for the specified peer connection.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXWebRTCCommunication
Inherited from: TTMSFNCWXCustomWebRTCCommunication
Syntax
procedure AcceptAnswer(AID: string; AAnswer: string);
Parameters
| Name | Description |
|---|---|
AID |
The peer connection identifier. |
AAnswer |
The serialized remote answer to apply. |