ParticipantPermission
Permissions of a participant in a room.
Interface
canPublish
allow participant to publish new tracks to room
Type
boolean
canPublishData
allow participant to publish data
Type
boolean
canPublishSources
sources that are allowed to be published
Type
TrackSource[]
canSubscribe
allow participant to subscribe to other tracks in the room
Type
boolean
canUpdateMetadata
indicates that participant can update own metadata
Type
boolean
hidden
indicates that it's hidden to others
Type
boolean
recorder
indicates it's a recorder instance
Type
boolean