Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ Login Management Objects/ Subscribing to Shared Cloud Meeting Room Changes
Updated on 2024-07-30 GMT+08:00

Subscribing to Shared Cloud Meeting Room Changes

Function

A notification is sent when information about shared cloud meeting rooms was changed.

Function Prototype

setOnShareVmrInfoNotifyCB(onShareVmrInfoNotify: (shareVmrInfo: ShareVmrInfo) => void): voidsetOnShareVmrInfoNotifyCB(onShareVmrInfoNotify: (shareVmrInfo: ShareVmrInfo) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onShareVmrInfoNotify Yes (shareVmrInfo: ShareVmrInfo) => void Notifies you when information about shared cloud meeting rooms was changed.

Return Values

void

Notification Method Parameters

(shareVmrInfo: ShareVmrInfo) => void

Table 2 Input parameter description
Parameter Type Description
shareVmrInfo ShareVmrInfo Information about shared cloud meeting rooms.
Table 3 ShareVmrInfo
Parameter Type Description
isEnableShareVmr boolean Whether shared cloud meeting rooms are available.