Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.Capabilities

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 streams.
bool CanSubscribe
 Whether the 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).