Help Center/ Meeting/ Client SDK Reference/ Android SDK/ Notification Reference/ Service Message Notification/ Notification of Changes of Information About Shared Cloud Meeting Rooms
Updated on 2024-07-30 GMT+08:00

Notification of Changes of Information About Shared Cloud Meeting Rooms

API Description

This API is used to notify you when information about shared cloud meeting rooms was changed.

Method Definition

1
2
3
4
5
6
    /**
     * Notifies you of updates of shared cloud meeting rooms.
     *
     * @param shareVmrInfo Indicates information about shared cloud meeting rooms.
     */
    void onShareVmrInfoNotify(ShareVmrInfo shareVmrInfo);

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

shareVmrInfo

ShareVmrInfo

Information about shared cloud meeting rooms.

Table 2 ShareVmrInfo description

Parameter

Type

Description

isEnableShareVmr

boolean

Whether shared cloud meeting rooms are available.

Return Values

None