Meeting SDK for macOS API Reference
|
Layout data for immersive view seat assignment. 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. | |
Layout data for immersive view seat assignment.
Definition at line 74 of file ZoomSDKCustomImmersiveController.h.
|
readwritenonatomicassign |
Whether this user is in a seat.
Definition at line 78 of file ZoomSDKCustomImmersiveController.h.
|
readwritenonatomicassign |
The seat position.
Definition at line 94 of file ZoomSDKCustomImmersiveController.h.
|
readwritenonatomiccopy |
The seat ID.
Definition at line 82 of file ZoomSDKCustomImmersiveController.h.
|
readwritenonatomicassign |
The user ID.
Definition at line 86 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The seat z order.
Definition at line 90 of file ZoomSDKCustomImmersiveController.h.