Updated on 2023-03-23 GMT+08:00

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

Table 1 ConfBaseInfo parameters

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()