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
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.
1 2 |
// Set whether to display the meeting control assistant. HWMSDKERR result = [[HWMSdk getOpenApi] supportMeetingAssistant:YES]; |
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