|
Vonage Video API Linux SDK
|
#include <>
Data Fields | |
| otc_bool | publish |
| otc_bool | subscribe |
| otc_bool | force_mute |
| otc_bool | force_disconnect |
Session capabilities.
This struct represents the capabilities for a client in a given session.
| otc_bool force_disconnect |
Whether the client can disconnect other connections in the session (OTC_TRUE) or not (OTC_FALSE). See otc_session_force_disconnected.
| 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.
| otc_bool publish |
Whether the client can publish streams to the session (OTC_TRUE) or not (OTC_FALSE).
| otc_bool subscribe |
Whether the client can subscribe to session streams (OTC_TRUE) or not (OTC_FALSE).