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
Parameter | Mandatory | Type | Description |
---|---|---|---|
onGetConfPstnAccessNumberResult | Yes | (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
Parameter | Type | Description |
---|---|---|
ret | For details about SDKERR, see Error Code Reference. | Error code. |
reason | string | Error description. |
pstnAccessNumberInfo | PstnAccessNumberInfo | Meeting PSTN number information. |
Parameter | Type | Description |
---|---|---|
pstnAccessNumber | string | Meeting PSTN number. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot