Help Center/ Meeting/ Client SDK Reference/ macOS SDK/ APIs/ UI Customization/ Displaying the Meeting Control Assistant
Updated on 2024-09-13 GMT+08:00

Displaying the Meeting Control Assistant

supportMeetingAssistant

API Description

This API is used to set whether to display the meeting control assistant in the More menu during a meeting.

Method Definition

1
- (HWMSDKERR)supportMeetingAssistant:(BOOL)support;

Parameter Description

Table 1 Parameter description

Parameter

Mandatory

Type

Description

support

Yes

BOOL

Whether to display the meeting control assistant. Call this API after initialization and before joining a meeting. By default, the assistant is not displayed.

Return Values

Whether the API is successfully called.

Sample Code
1
2
// Set whether to display the meeting control assistant.
HWMSDKERR result = [[HWMSdk getOpenApi] supportMeetingAssistant:YES];