Defines values for the Capabilities property of a Session object, based on the role assigned to the token used to connect to the session. More...

Public Attributes
bool CanPublish
Whether the client can publish to streams.
bool CanSubscribe
Whether the client can subscribe to streams.
bool CanForceMute
Whether the client can force other streams in the session to be muted (see Session.ForceMuteAll and Session.ForceMuteStream).
bool CanForceDisconnect
Whether the client can force other connections in the session to be disconnected. (see Session.ForceDisconnect).

Detailed Description

Defines values for the Capabilities property of a Session object, based on the role assigned to the token used to connect to the session.

See the Token creation overview.