IoT SDK for Linux v1.8.0
Data Fields
rtc_channel_options_t Struct Reference

#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
 

Detailed Description

RTC channel options.

Field Documentation

◆ audio_codec_opt

audio_codec_option_t audio_codec_opt

Configuration of the SDK built-in audio encoder/decoder.

◆ auto_subscribe_audio

bool auto_subscribe_audio

Whether to subscribe to audio.

  • true: Subscribes to audio.
  • false: Does not subscribe to audio.

◆ auto_subscribe_video

bool auto_subscribe_video

Whether to subscribe to video.

  • true: Subscribes to video.
  • false: Does not subscribe to video.

◆ enable_audio_jitter_buffer

bool enable_audio_jitter_buffer

Whether to use the audio jitter buffer.

  • true: Uses the audio jitter buffer.
  • false: Does not use the audio jitter buffer.

◆ enable_audio_mixer

bool enable_audio_mixer

Whether to enable audio mixing.

  • true: Enables audio mixing.
  • false: Disables audio mixing.

◆ enable_aut_encryption

bool enable_aut_encryption

Whether to enable audio/video encryption.

  • true: Enables audio/video encryption.
  • false: Disables audio/video encryption.

◆ subscribe_local_user

bool subscribe_local_user

Whether to subscribe to local users in other connections.

  • true: Subscribes to local users in other connections.
  • false: Does not subscribe to local users in other connections.

The documentation for this struct was generated from the following file: