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. |
timeZone |
String |
Time zone. |
startTimeStamp |
long |
Meeting start time. The value is a UTC timestamp, accurate to seconds. |
endTimeStamp |
long |
Meeting end time. The value is a UTC timestamp, accurate to seconds. |
serverCurrentTime |
long |
Current server time. |
scheduserUuid |
String |
Scheduler UUID. |
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. |
conferenceType |
ConferenceType |
Meeting type. For details, see Table 4. |
confUuid |
String |
Meeting UUID. |
openCustomPara |
String |
Custom extension information. |
liveRoomAddress |
String |
Live broadcast address. |
isHighResolution |
boolean |
Whether the meeting resolution is ultra-HD (1080p). |
isP2PConf |
boolean |
Whether the meeting is an instant meeting. |
supportSummary |
boolean |
Whether meeting minutes are supported. |
defaultSummaryState |
SummaryState |
Meeting minutes status. For details, see Table 5. |
recordMode |
ConfRecordMode |
Media recording mode. |
supportBreakoutConf |
boolean |
Whether breakout rooms are supported. |
isBreakoutSubConf |
boolean |
Whether the session is a breakout room. For details, see Table 6. |
supportGuestInviteAttendee |
boolean |
Whether a guest can invite others to the meeting. |
Enumerated Value |
Description |
---|---|
ROLE_ATTENDEE |
Guest. |
ROLE_HOST |
Host. |
ROLE_AUDIENCE |
Attendee. |
ROLE_COHOST |
Co-host. |
ROLE_WAITING |
Waiting room member. |
Enumerated Value |
Description |
---|---|
CONF_TYPE_COMMON |
Common meeting. |
CONF_TYPE_CYCLE |
Recurring meeting. |
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