Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustomImmersiveTemplateData Class Reference

Represents seat layout and canvas size for a template. More...

#include <ZoomSDKCustomImmersiveController.h>

Inherits NSObject.

Properties

NSArray< ZoomSDKSeatPlacementInfo * > * seatList
 The list of template seats.
 
NSSize canvasSize
 The size of this template.
 

Detailed Description

Represents seat layout and canvas size for a template.

Definition at line 102 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ canvasSize

- (NSSize) canvasSize
readnonatomicassign

The size of this template.

Definition at line 110 of file ZoomSDKCustomImmersiveController.h.

◆ seatList

- (NSArray<ZoomSDKSeatPlacementInfo*>*) seatList
readnonatomicretain

The list of template seats.

Definition at line 106 of file ZoomSDKCustomImmersiveController.h.