Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomImmersiveTemplate Class 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.
 
ZoomSDKCustomImmersiveTemplateDatashareTemplateData
 The template data of immersive when in share mode.
 
ZoomSDKCustomImmersiveTemplateDatavideoTemplateData
 The template data of immersive when in default mode.
 

Detailed Description

Represents an immersive template used in a meeting.

Definition at line 119 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ capacity

- (unsigned int) capacity
readnonatomicassign

The capacity of template.

Definition at line 131 of file ZoomSDKCustomImmersiveController.h.

◆ isSupportFreeSeat

- (BOOL) isSupportFreeSeat
readnonatomicassign

Determine if the template support free seat.

Definition at line 139 of file ZoomSDKCustomImmersiveController.h.

◆ isTemplateReady

- (BOOL) isTemplateReady
readnonatomicassign

Determine if the template is ready.

Definition at line 135 of file ZoomSDKCustomImmersiveController.h.

◆ shareTemplateData

- (ZoomSDKCustomImmersiveTemplateData*) shareTemplateData
readnonatomicretain

The template data of immersive when in share mode.

Definition at line 147 of file ZoomSDKCustomImmersiveController.h.

◆ templateName

- (NSString*) templateName
readnonatomiccopy

The name of template.

Definition at line 123 of file ZoomSDKCustomImmersiveController.h.

◆ templateType

- (ZoomSDKCustomImmersiveTemplateType) templateType
readnonatomicassign

The type of this template.

Definition at line 143 of file ZoomSDKCustomImmersiveController.h.

◆ thumbnailBitmap

- (NSBitmapImageRep*) thumbnailBitmap
readnonatomicretain

The bitmap of thumbnail.

Definition at line 127 of file ZoomSDKCustomImmersiveController.h.

◆ videoTemplateData

- (ZoomSDKCustomImmersiveTemplateData*) videoTemplateData
readnonatomicretain

The template data of immersive when in default mode.

Definition at line 152 of file ZoomSDKCustomImmersiveController.h.