services::conference::conference_options
Module: Conference Service
The conference options structure that provides additional information about a conference.
#include <conference.h>
Public Classes
Name | |
---|---|
struct | params The conference parameters. |
Public Types
Name | |
---|---|
enum | video_codecs { VP8, H264, DEFAULT} The preferred video_codecs, either H264 or VP8. |
Public Attributes
struct dolbyio::comms::services::conference::conference_options;
Public Types Documentation
enum video_codecs
Enumerator | Description |
---|---|
VP8 | The VP8 codec. |
H264 | The H264 codec. |
DEFAULT | The default value. |
The preferred video_codecs, either H264 or VP8.
Public Attributes Documentation
variable params
params params;
The conference parameters.
variable alias
std::optional< std::string > alias;
The alias of the conference.
Updated 3 months ago
Did this page help you?