Meeting Details Notification
API Description
A notification is sent when the meeting details changed.
Method Definition
1 2 3 4 5 6 |
/** * Notifies you of meeting details. * * @param meetingInfo */ void onMeetingInfoChanged(MeetingInfo meetingInfo); |
Parameter Description
Parameter |
Type |
Description |
---|---|---|
meetingInfo |
MeetingInfo |
Meeting details. |
Return Values
None
Parameter Extension
Parameter |
Type |
Description |
---|---|---|
confSubject |
String |
Meeting topic. |
confId |
String |
Meeting ID. |
vmrConfId |
String |
Personal meeting ID. |
selfConfRole |
ConfRole |
Role in the meeting. For details, see Table 3. |
hostPwd |
String |
Host password. |
guestPwd |
String |
Guest password. |
audiencePwd |
String |
Attendee password. |
accessNumber |
String |
Meeting access number. |
hostJoinUri |
String |
Link for the host to join the meeting. |
guestJoinUri |
String |
Link for guests to join the meeting. |
audienceJoinUri |
String |
Link for attendees to join the webinar. |
startTime |
long |
Meeting start timestamp, accurate to seconds (GMT). |
endTime |
long |
Meeting end timestamp, accurate to seconds (GMT). |
serverCurrentTime |
long |
Current server time. |
scheduserName |
String |
Scheduler name. |
orgId |
String |
Enterprise ID, which can be used to determine whether a user does not belong to this enterprise. |
isWebinar |
boolean |
Whether the meeting is a webinar. |
isCreator |
boolean |
Whether the meeting was scheduled by you. |
openCustomPara |
String |
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