Interface AudioTrackInitConfig

Configurations for the audio track of screen sharing.

Hierarchy

Index

Properties

Properties

Optional AEC

AEC: boolean

Whether to enable acoustic echo cancellation:

  • true: Enable acoustic echo cancellation.
  • false: Do not enable acoustic echo cancellation.

Optional AGC

AGC: boolean

Whether to enable audio gain control:

  • true: Enable audio gain control.
  • false: Do not enable audio gain control.

Optional ANS

ANS: boolean

Whether to enable automatic noise suppression:

  • true: Enable automatic noise suppression.
  • false: Do not automatic noise suppression.