AudioTrackConfig

The configuration of custom audio tracks.

export class AudioTrackConfig {
  enableLocalPlayback?: boolean;
}

Attributes

enableLocalPlayback
Whether to enable the local audio-playback device:
  • true: (Default) Enable the local audio-playback device.
  • false: Do not enable the local audio-playback device.