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

#include <ZoomSDKCustomImmersiveController.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 82 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ canvasSize

- (NSSize) canvasSize
readnonatomicassign

The size of this template.

Definition at line 90 of file ZoomSDKCustomImmersiveController.h.

◆ seatList

- (NSArray<ZoomSDKSeatPlacementInfo*>*) seatList
readnonatomicretain

The list of template seats.

Definition at line 86 of file ZoomSDKCustomImmersiveController.h.