OpenTok Windows SDK
Public Attributes | List of all members
OpenTok.Capabilities Class Reference

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...
 

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.

Member Data Documentation

◆ CanForceMute

bool OpenTok.Capabilities.CanForceMute

Whether the client can force other streams in the session to be muted (see Session.ForceMuteAll and Session.ForceMuteStream).


The documentation for this class was generated from the following file: