Help Center/ Meeting/ Client SDK Reference/ iOS SDK/ APIs/ Meeting Control/ Returning to Full Meeting Screen
Updated on 2025-04-18 GMT+08:00

Returning to Full Meeting Screen

showMeetingWindow

API Description

This API is used to return to the full screen from the floating window in a meeting.

Precautions

  1. Call this API only in a meeting.

Method Definition

- (void)showMeetingWindow;

Parameter Description

None

Return Values

None

Sample Code

[[HWMBizSdk getBizOpenApi] showMeetingWindow];