Updated on 2023-03-23 GMT+08:00

Obtain the Meeting PSTN Number

Function

This API is used to obtain the meeting PSTN number.

Function Prototype

getConfPstnAccessNumber(onGetConfPstnAccessNumberResult?: (ret: SDKERR, reason: string, pstnAccessNumberInfo: PstnAccessNumberInfo) => void): voidgetConfPstnAccessNumber(onGetConfPstnAccessNumberResult?: (ret: SDKERR, reason: string, pstnAccessNumberInfo: PstnAccessNumberInfo) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onGetConfPstnAccessNumberResult Y (ret: SDKERR, reason: string, pstnAccessNumberInfo: PstnAccessNumberInfo) => void Callback of obtaining the meeting PSTN number.

Return Values

void

Callback Method Parameters

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

Table 2 Input parameter description
Parameter Type Description
ret For details about SDKERR, see Error Code Reference. Error code.
reason string Error description.
pstnAccessNumberInfo PstnAccessNumberInfo Meeting PSTN number information.
Table 3 PstnAccessNumberInfo
Parameter Type Description
pstnAccessNumber string Meeting PSTN number.