Updated on 2024-07-30 GMT+08:00

Notification of Meeting List Changes

API Description

A notification is sent when the meeting list changed.

Method Definition

1
2
3
4
5
6
    /**
     * Notifies you when the meeting list changed.
     *
     * @param hwmConfList
     */
    void onConfListChanged(List<ConfBaseInfo> hwmConfList);

Parameter Description

See meeting list parameters.