Displaying the Meeting Window
Function
This API is used to place the main meeting window at the top when it is minimized or covered by other windows. An ongoing meeting will be selected from the meeting list to show its window.
Function Prototype
showMeetingWindow(onShowMeetingWindowResult?: (ret: SDKERR, reason: string) => void): voidshowMeetingWindow(onShowMeetingWindowResult?: (ret: SDKERR, reason: string) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onShowMeetingWindowResult | Yes | (ret: SDKERR, reason: string) => void | This parameter is used to display the meeting window. |
Return Values
void
Callback Method Parameters
(ret: SDKERR, reason: string) => void
Parameter | Type | Description |
---|---|---|
ret | For details about SDKERR, see Error Code Reference. | Error code. |
reason | string | Error description. |
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