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

Information of seat placement in a template. More...

#include <ZoomSDKCustomImmersiveController.h>

Inherits NSObject.

Properties

NSString * seatID
 The seat ID.
 
NSRect position
 The position of seat.
 

Detailed Description

Information of seat placement in a template.

Definition at line 43 of file ZoomSDKCustomImmersiveController.h.

Property Documentation

◆ position

- (NSRect) position
readnonatomicassign

The position of seat.

Definition at line 51 of file ZoomSDKCustomImmersiveController.h.

◆ seatID

- (NSString*) seatID
readnonatomiccopy

The seat ID.

Definition at line 47 of file ZoomSDKCustomImmersiveController.h.