hostIndexes property

List<int> hostIndexes
getter/setter pair

Specifies the list of seats occupied by the host. Once specified, these seats can only be used by the host and cannot be occupied by speakers or audience members. The default value is [0].

Implementation

List<int> hostIndexes;