Help Center> Meeting> Client SDK Reference> macOS SDK> APIs> Meeting Control> Displaying the Main Meeting Window
Updated on 2023-03-23 GMT+08:00

Displaying the Main Meeting Window

showMeetingWindow

API Description

This API is used to place the main meeting window at the top when it is minimized or covered by other windows.

Precautions

None

Method Definition

- (void)showMeetingWindow;

Parameter Description

None

Return Values

None

Sample Code

[[HWMBizSdk getBizOpenApi] showMeetingWindow];