Updated on 2025-07-28 GMT+08:00

Accepting a Meeting Invitation

Function

This API is used to accept a meeting invitation.

Function Prototype

acceptConf(acceptConfParam: AcceptConfParam, onAcceptConfResult?: (ret: SDKERR, reason: string) => void): voidacceptConf(acceptConfParam: AcceptConfParam, onAcceptConfResult?: (ret: SDKERR, reason: string) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
acceptConfParam Yes AcceptConfParam Parameter body of accepting a meeting invitation.
onAcceptConfResult Yes (ret: SDKERR, reason: string) => void Callback of accepting a meeting invitation.
Table 2 AcceptConfParam
Parameter Mandatory Type Description
isAudioAccept No boolean Whether to answer the meeting as a voice call (valid only for instant video meetings).

Return Values

void

Callback Method Parameters

(ret: SDKERR, reason: string) => void

Table 3 Input parameter description
Parameter Type Description
ret For details about SDKERR, see Error Code Reference. Error code.
reason string Error description.