Vonage Video API 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 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). 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).