Meeting Details Notification
Notification Description
A notification is sent when the meeting details changed.
Method Definition
1
|
virtual void OnConfInfo(HwmConfInfo *confInfo) {}; |
Precautions
After a meeting starts, the meeting information (HwmConfInfo) is reported multiple times.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
url |
char[] |
Meeting link. Participants can open the link in a browse to join the meeting. |
confId |
char[] |
Meeting ID. |
role |
HwmConfRole |
Participant role in the meeting. Host or common participant. |
chairmanPwd |
char[] |
Host password. |
generalPwd |
char[] |
Guest password. |
subject |
char[] |
Meeting topic. |
isOtherCorpConf |
bool |
Whether a meeting belongs to an external enterprise. If you join the meeting of an external enterprise or join the meeting anonymously, the value is true. Otherwise, the value is false. |
isCreator |
bool |
Whether the meeting was scheduled by you. |
isInBreakoutSubConf |
bool |
Whether you are in a breakout room. |
customInfo |
char[] |
Custom extension information. |
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