MillicastSDK 2.0.0
|
The ClientOption struct allows to setup the millicast connection. More...
#include <client.h>
Public Attributes | |
std::optional< bool > | stereo |
std::optional< bool > | dtx |
int | stats_delay_ms {3000} |
std::optional< DegradationPreferences > | degradation |
std::string | rtc_event_log_output_path |
The ClientOption struct allows to setup the millicast connection.
std::optional<DegradationPreferences> millicast::ClientOption::degradation |
Which strategy the use in order to limit the bandwidth usage
std::optional<bool> millicast::ClientOption::dtx |
enable discontinuous transmission on the publishing side, so audio data is only sent when a user’s voice is detected.
std::string millicast::ClientOption::rtc_event_log_output_path |
int millicast::ClientOption::stats_delay_ms {3000} |
The rate at which you want to receive stats report. The default is 3gi seconds.
std::optional<bool> millicast::ClientOption::stereo |
Whether you want to enable stereo or not