Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
notification_service_interface.h File Reference

Notification Service Interface Valid for both ZOOM style and user custom interface mode. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

struct  InMeetingDeviceInfo
 
class  ITransferMeetingHandler
 Process after the user joins meeting in companion mode or transfer meeting. More...
 
class  INotificationServiceEvent
 Notification service helper callback event. More...
 
class  INotificationServiceHelper
 

Enumerations

enum  TransferMeetingMode { TransferMeetingMode_None , TransferMeetingMode_Transfer , TransferMeetingMode_Companion }
 Type of transfer meeting mode. Here are more detailed structural descriptions. More...
 

Detailed Description

Notification Service Interface Valid for both ZOOM style and user custom interface mode.

Definition in file notification_service_interface.h.

Enumeration Type Documentation

◆ TransferMeetingMode

Type of transfer meeting mode. Here are more detailed structural descriptions.

Enumerator
TransferMeetingMode_None 

For initialization.

TransferMeetingMode_Transfer 

Try to transfer meeting to current device.

TransferMeetingMode_Companion 

Try to join meeting with companion mode.If the meeting is successfully joined, both video and audio will be unavailable.

Definition at line 39 of file notification_service_interface.h.

40{
44};
@ TransferMeetingMode_None
For initialization.
@ TransferMeetingMode_Transfer
Try to transfer meeting to current device.
@ TransferMeetingMode_Companion
Try to join meeting with companion mode.If the meeting is successfully joined, both video and audio w...