services::conference::join_options::constraints
The local media constraints that are passed to the getUserMedia call.
#include <conference.h>
Public Attributes
Name | |
---|---|
bool | video |
bool | audio_processing |
bool | audio |
struct dolbyio::comms::services::conference::join_options::constraints;
Public Attributes Documentation
variable video
bool video =
false;
A boolean that indicates whether the application should capture local video and send it to a conference.
variable audio_processing
bool audio_processing = false;
Enables and disables audio processing on the server for the injected audio.
variable audio
bool audio =
false;
A boolean that indicates whether the application should capture local audio and send it to a conference.
Updated 3 months ago
Did this page help you?