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

Layout data for the immersive view. More...

#include <ZoomSDKCustomImmersiveController.h>

Inherits NSObject.

Properties

BOOL isSeatFree
 Whether this user is in a seat.
 
NSString * seatID
 The seat ID.
 
unsigned int userID
 The user ID.
 
unsigned int zOrder
 The seat z order.
 
NSRect position
 The seat position.
 

Detailed Description

Layout data for the immersive view.

Definition at line 58 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ isSeatFree

- (BOOL) isSeatFree
readwritenonatomicassign

Whether this user is in a seat.

Definition at line 62 of file ZoomSDKCustomImmersiveController.h.

◆ position

- (NSRect) position
readwritenonatomicassign

The seat position.

Definition at line 78 of file ZoomSDKCustomImmersiveController.h.

◆ seatID

- (NSString*) seatID
readwritenonatomiccopy

The seat ID.

Definition at line 66 of file ZoomSDKCustomImmersiveController.h.

◆ userID

- (unsigned int) userID
readwritenonatomicassign

The user ID.

Definition at line 70 of file ZoomSDKCustomImmersiveController.h.

◆ zOrder

- (unsigned int) zOrder
readnonatomicassign

The seat z order.

Definition at line 74 of file ZoomSDKCustomImmersiveController.h.