Obtaining the Meeting List
API Description
This API is used to obtain the meeting list.
Precautions
This API is valid only after you have logged in to Huawei Cloud Meeting and received the meeting list notification. Otherwise, an empty list is returned.
Method Definition
1 2 3 4 5 |
/** * Obtains the meeting list. * @return */ List<ConfBaseInfo> getConfList(); |
Parameter Description
Parameter |
Type |
Description |
---|---|---|
confId |
String |
Meeting ID. |
vmrConferenceId |
String |
Cloud meeting room ID, which is used when the cloud meeting room is displayed. |
confSubject |
String |
Meeting topic. |
chairmanPwd |
String |
Host password. (The host password is displayed only when you are the host.) |
guestPwd |
String |
Guest password. |
startTime |
long |
Meeting start time. The value is a UTC timestamp, accurate to seconds. |
endTime |
long |
Meeting end time. The value is a UTC timestamp, accurate to seconds. |
mediaType |
int |
17: voice meeting; 21: video meeting. |
scheduserName |
String |
Scheduler name. |
chairJoinUri |
String |
Link for the host to join the meeting (available only for the host). |
guestJoinUri |
String |
Link for guests to join the meeting. |
accessNumber |
String |
Meeting access number. |
Sample Code
HWMBizSdk.getBizOpenApi().getConfList()
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