TTMSFNCWXCustomWebRTCCommunication.AcceptOffer Method
Accepts a remote offer for the specified peer connection and prepares a local answer.
API unit family: TMSFNCWXWebRTC
Declaring type: TTMSFNCWXCustomWebRTCCommunication
Syntax
procedure AcceptOffer(AID: string; AOffer: string);
Parameters
| Name | Description |
|---|---|
AID |
The peer connection identifier. |
AOffer |
The serialized remote offer to apply. |