OpenTok Windows SDK
|
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 and subscribe to streams. | |
bool | CanSubscribe |
Whether the can subscribe to streams, but cannot publish streams. | |
bool | CanForceMute |
Whether the client can force other streams in the session to be muted (see Session.ForceMuteAll and Session.ForceMuteStream). More... | |
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.
bool OpenTok.Capabilities.CanForceMute |
Whether the client can force other streams in the session to be muted (see Session.ForceMuteAll and Session.ForceMuteStream).
For methods where an API Key is required, please fill this in with your Application ID (App ID) [↗]