Meeting SDK for macOS API Reference
|
Provides information about meetings on other signed-in devices. More...
#include <ZoomSDKNotificationServiceController.h>
Inherits NSObject.
Properties | |
int | index |
Index. Deprecated this param. | |
NSString * | deviceName |
Device name. | |
NSString * | meetingTopic |
Meeting topic. | |
long long | meetingNumber |
Meeting number. | |
NSString * | meetingID |
Meeting ID. | |
BOOL | isSupportCompanionMode |
YES indicates this meeting supports joining in companion mode. | |
Provides information about meetings on other signed-in devices.
Definition at line 15 of file ZoomSDKNotificationServiceController.h.
|
readnonatomiccopy |
Device name.
Definition at line 24 of file ZoomSDKNotificationServiceController.h.
|
readnonatomicassign |
Index. Deprecated this param.
Definition at line 19 of file ZoomSDKNotificationServiceController.h.
|
readnonatomicassign |
YES indicates this meeting supports joining in companion mode.
Definition at line 44 of file ZoomSDKNotificationServiceController.h.
|
readnonatomiccopy |
Meeting ID.
Definition at line 39 of file ZoomSDKNotificationServiceController.h.
|
readnonatomicassign |
Meeting number.
Definition at line 34 of file ZoomSDKNotificationServiceController.h.
|
readnonatomiccopy |
Meeting topic.
Definition at line 29 of file ZoomSDKNotificationServiceController.h.