Suggestions

close search

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

Visit the Vonage API Developer Portal

otc_session_capabilities Struct Reference

#include <session.h>

Data Fields

otc_bool publish
otc_bool force_mute

Detailed Description

Session capabilities.

This struct represents the capabilities for a client in a given session.

Field Documentation

◆ force_mute

otc_bool force_mute

Whether the client can mute other streams in the session (OTC_TRUE) or not (OTC_FALSE). See otc_session_force_mute_all and otc_session_force_mute_stream.

◆ publish

otc_bool publish

Whether the client can publish streams to the session (OTC_TRUE) or not (OTC_FALSE).