services::conference::conference_options::params
The conference parameters.
#include <conference.h>
Public Attributes
Name | |
---|---|
video_codecs | video_codec |
bool | stats |
bool | dolby_voice |
struct dolbyio::comms::services::conference::conference_options::params;
Public Attributes Documentation
variable video_codec
video_codecs video_codec =
video_codecs::H264;
The preferred video codec.
variable stats
bool stats = false;
A boolean that indicates whether the conference should include additional statistics.
variable dolby_voice
bool dolby_voice = true;
A boolean that indicates whether the SDK should create a Dolby Voice conference where each participant receives one audio stream.
Updated 3 months ago
Did this page help you?