Meeting SDK for macOS API Reference
|
Immersive template object interface. 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. | |
Immersive template object interface.
Definition at line 97 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The capacity of template.
Definition at line 109 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template support free seat.
Definition at line 117 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template is ready.
Definition at line 113 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The template data of immersive when in share mode.
Definition at line 125 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomiccopy |
The name of template.
Definition at line 101 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The type of this template.
Definition at line 121 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The bitmap of thumbnail.
Definition at line 105 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The template data of immersive when in default mode.
Definition at line 130 of file ZoomSDKCustomImmersiveController.h.