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

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

Table 1 Input parameter description
Parameter Mandatory Type Description
onShowMeetingWindowResult Y (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

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