Role
public enum Role
An enum that provides information about roles that users can take in a live event.
Since
1.0.0-
The user who is the host of the live event.
Since
1.0.0Declaration
Swift
case host -
The user who is the particiapnt of the live event.
Since
1.0.0Declaration
Swift
case participant
View on GitHub
Role Enumeration Reference