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. An ongoing meeting will be selected from the meeting list to show its window.
Precautions
None
Method Definition
HWM_SDK_AGENT_API hwmsdk::HwmErrCode ShowMeetingWindow();
Parameter Description
None
Return Values
Type |
Description |
---|---|
HwmErrCode |
If 0 is returned, the operation is successful. If other values are returned, the operation fails. For details about values returned upon failures, see Common Error Codes. |
Sample Code
/** * Display the main window of a meeting. */ void demoSettingDlg::OnBnClickedButtonShowMeetingWindow() { int ret = hwmsdkagent::ShowMeetingWindow(); if (hwmsdk::HWM_COMMON_SUCCESS != ret) { AfxMessageBox("ShowMeetingWindow error" ); } }
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