setDirectCdnStreamingAudioConfiguration

Sets the audio profile of the audio streams directly pushed to the CDN by the host.

abstract setDirectCdnStreamingAudioConfiguration(
    profile: AudioProfileType
  ): number;

Parameters

profile

The audio profile, including the sampling rate, bitrate, encoding mode, and the number of channels. See AudioProfileType.

Returns