From 73ccc39ffe4a9795b161731f5477b8e3c1de123e Mon Sep 17 00:00:00 2001 From: Minh Dinh Date: Wed, 20 Sep 2023 11:29:02 -0700 Subject: [PATCH] Update Redundant Audio Encoding documentation to mention correct JS SDK version --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e258114242..a558422e79 100644 --- a/README.md +++ b/README.md @@ -1217,7 +1217,7 @@ meetingSession.audioVideo.setContentAudioProfile(AudioProfile.fullbandMusicStere **Use case 35.** Redundant Audio -Starting from version 3.17.0, the SDK starts sending redundant audio data to our servers on detecting packet loss +Starting from version 3.18.0, the SDK starts sending redundant audio data to our servers on detecting packet loss to help reduce its effect on audio quality. Redundant audio packets are only sent out for packets containing active audio, ie, speech or music. This may increase the bandwidth consumed by audio to up to 3 times the normal amount depending on the amount of packet loss detected. The SDK will automatically stop sending redundant data if it hasn't diff --git a/docs/index.html b/docs/index.html index fcc6c3e9a2..d9754c3fbc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1166,7 +1166,7 @@

Selecting an audio profile

meetingSession.audioVideo.setContentAudioProfile(AudioProfile.fullbandMusicStereo());
 

Use case 35. Redundant Audio

-

Starting from version 3.17.0, the SDK starts sending redundant audio data to our servers on detecting packet loss +

Starting from version 3.18.0, the SDK starts sending redundant audio data to our servers on detecting packet loss to help reduce its effect on audio quality. Redundant audio packets are only sent out for packets containing active audio, ie, speech or music. This may increase the bandwidth consumed by audio to up to 3 times the normal amount depending on the amount of packet loss detected. The SDK will automatically stop sending redundant data if it hasn't