macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomImmersiveTemplate Class Reference

Immersive template object interface. More...

#import <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.
 
NSSize canvasSize
 The size of this template.
 
ZoomSDKCustomImmersiveTemplateType templateType
 The type of this template.
 
NSArray< ZoomSDKSeatPlacementInfo * > * seatList
 The list of template seats.
 

Detailed Description

Immersive template object interface.

Definition at line 86 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ canvasSize

- (NSSize) canvasSize
readnonatomicassign

The size of this template.

Definition at line 110 of file ZoomSDKCustomImmersiveController.h.

◆ capacity

- (unsigned int) capacity
readnonatomicassign

The capacity of template.

Definition at line 98 of file ZoomSDKCustomImmersiveController.h.

◆ isSupportFreeSeat

- (BOOL) isSupportFreeSeat
readnonatomicassign

Determine if the template support free seat.

Definition at line 106 of file ZoomSDKCustomImmersiveController.h.

◆ isTemplateReady

- (BOOL) isTemplateReady
readnonatomicassign

Determine if the template is ready.

Definition at line 102 of file ZoomSDKCustomImmersiveController.h.

◆ seatList

- (NSArray<ZoomSDKSeatPlacementInfo*>*) seatList
readnonatomicretain

The list of template seats.

Definition at line 118 of file ZoomSDKCustomImmersiveController.h.

◆ templateName

- (NSString*) templateName
readnonatomiccopy

The name of template.

Definition at line 90 of file ZoomSDKCustomImmersiveController.h.

◆ templateType

- (ZoomSDKCustomImmersiveTemplateType) templateType
readnonatomicassign

The type of this template.

Definition at line 114 of file ZoomSDKCustomImmersiveController.h.

◆ thumbnailBitmap

- (NSBitmapImageRep*) thumbnailBitmap
readnonatomicretain

The bitmap of thumbnail.

Definition at line 94 of file ZoomSDKCustomImmersiveController.h.