Transfer meeting control interface.
More...
Transfer meeting control interface.
Definition at line 6 of file INotificationServiceHelper.java.
◆ getPresenceHelper()
IPresenceHelper us.zoom.sdk.INotificationServiceHelper.getPresenceHelper |
( |
| ) |
|
Get the Presence helper.
- Returns
- If the function succeeds, the return value is a pointer to IPresenceHelper. Otherwise the function fails and returns null.
◆ isPresenceFeatureEnabled()
boolean us.zoom.sdk.INotificationServiceHelper.isPresenceFeatureEnabled |
( |
| ) |
|
brief Determine whether the presence feature is enabled.
- Returns
- true enable,false disable
◆ isTransferMeetingEnabled()
boolean us.zoom.sdk.INotificationServiceHelper.isTransferMeetingEnabled |
( |
| ) |
|
Determine whether the transfer meeting feature is enabled.
- Returns
- true or false
◆ onReceiveOfflineNotification()
MobileRTCSDKError us.zoom.sdk.INotificationServiceHelper.onReceiveOfflineNotification |
( |
String | content | ) |
|
◆ queryOfflineNotificationPubKey()
boolean us.zoom.sdk.INotificationServiceHelper.queryOfflineNotificationPubKey |
( |
| ) |
|
Query the public key for offline notifications. This method is used to retrieve the public key required for encrypting offline notification payloads. The public key is used to ensure secure communication between the server and client for offline notifications.
- Returns
- true if the query was successful, false otherwise
◆ registerOfflineNotification()
Register the device for receiving offline notifications. This method registers the current device with the notification service to receive push notifications when the app is not running. The registration includes device-specific parameters and encryption keys.
- Parameters
-
param | The registration parameters containing device information and encryption keys |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ setEvent()
Set the controller event of notification service.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ transferMeeting() [1/2]
MobileRTCSDKError us.zoom.sdk.INotificationServiceHelper.transferMeeting |
( |
int | index | ) |
|
◆ transferMeeting() [2/2]
Try to transfer meeting to current device or join meeting with companion mode.
- Parameters
-
mode | Specifies the transfer meeting mode. If the mode is TransferMeetingMode.TransferMeetingMode_COMPANION , you will join meeting as a companion, Otherwise will transfer meeting to current device. |
meetingId | Specifies the meeting list's meeting ID. |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ unRegisterOfflineNotification()
Unregister the device from receiving offline notifications. This method removes the current device's registration from the notification service, preventing it from receiving push notifications when the app is not running.
- Parameters
-
param | The unregistration parameters containing device information |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.