Meeting SDK for macOS API Reference
|
Represents an immersive template used in a meeting. More...
#include <ZoomSDKCustomImmersiveController.h>
Inherits NSObject.
Properties | |
NSString * | templateName |
The name of template. | |
NSBitmapImageRep * | thumbnailBitmap |
The bitmap of thumbnail. | |
unsigned int | capacity |
The capacity of template. | |
BOOL | isTemplateReady |
Determine if the template is ready. | |
BOOL | isSupportFreeSeat |
Determine if the template support free seat. | |
ZoomSDKCustomImmersiveTemplateType | templateType |
The type of this template. | |
ZoomSDKCustomImmersiveTemplateData * | shareTemplateData |
The template data of immersive when in share mode. | |
ZoomSDKCustomImmersiveTemplateData * | videoTemplateData |
The template data of immersive when in default mode. | |
Represents an immersive template used in a meeting.
Definition at line 119 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The capacity of template.
Definition at line 131 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template support free seat.
Definition at line 139 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template is ready.
Definition at line 135 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The template data of immersive when in share mode.
Definition at line 147 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomiccopy |
The name of template.
Definition at line 123 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The type of this template.
Definition at line 143 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The bitmap of thumbnail.
Definition at line 127 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The template data of immersive when in default mode.
Definition at line 152 of file ZoomSDKCustomImmersiveController.h.