|
IoT SDK for Linux v1.8.0
|
#include <agora_rtc_api.h>
Data Fields | |
| bool | auto_subscribe_audio |
| bool | auto_subscribe_video |
| bool | subscribe_local_user |
| bool | enable_audio_jitter_buffer |
| bool | enable_audio_mixer |
| audio_codec_option_t | audio_codec_opt |
| bool | enable_aut_encryption |
RTC channel options.
| audio_codec_option_t audio_codec_opt |
Configuration of the SDK built-in audio encoder/decoder.
| bool auto_subscribe_audio |
Whether to subscribe to audio.
| bool auto_subscribe_video |
Whether to subscribe to video.
| bool enable_audio_jitter_buffer |
Whether to use the audio jitter buffer.
| bool enable_audio_mixer |
Whether to enable audio mixing.
| bool enable_aut_encryption |
Whether to enable audio/video encryption.
| bool subscribe_local_user |
Whether to subscribe to local users in other connections.