Skip to content

Commit

Permalink
Merge branch 'release/rtc-ng/4.3.2' of github.com:AgoraIO/agora_doc_s…
Browse files Browse the repository at this point in the history
…ource into release/rtc-ng/4.3.2
  • Loading branch information
Suri539 committed May 28, 2024
2 parents 27bbe97 + ef216c8 commit eea2681
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
25 changes: 25 additions & 0 deletions markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ On Android 14 devices (such as OnePlus 11), screen sharing may not be available

AirPods Pro does not support A2DP protocol in communication audio mode, which may lead to connection failure in that mode.

## v4.3.2

This version was released on May x, 20xx.

#### Improvements

This release enhances the usability of the [setRemoteSubscribeFallbackOption](API/api_irtcengine_setremotesubscribefallbackoption.html) method by removing the timing requirements for invocation. It can now be called both before and after joining the channel to dynamically switch audio and video stream fallback options in weak network conditions.

#### Issues fixed

This version fixed the following issues:

- The remote video froze or became pixelated when the app returned to the foreground after being in the background for a long time. (iOS)
- The local preview image rotated by 90° on some iPad devices, which did not meet expectations. (iOS)
- Occasional video smoothness issues during audio and video interactions.
- The app occasionally crashed when the decoded video resolution on the receiving end was an odd number.
- The app crashed when opening the app and starting screen sharing after the first installation or system reboot. (Android)
- Local audio capture failed after joining a channel while answering a system phone call and hanging up, causing remote users to not hear any sound. (Android)
- During the interaction process on certain devices (for example, Redmi Note8), after answering and hanging up a system call, local media files were played without sound and no sound was heard from the remote end. (Android)
- Fixed an occasional crash when remote users left the channel.
- When playing an audio file using and the playing finished, the SDK sometimes failed to trigger the [onAudioMixingStateChanged](API/callback_irtcengineeventhandler_onaudiomixingstatechanged.html)(AudioMixingStateStopped, AudioMixingReasonAllLoopsCompleted) callback which reports that the playing is completed. (iOS)
- When calling the [playEffect](API/api_irtcengine_playeffect3.html) method to play sound effect files shorter than 1 second with `loopCount` set to 0, there was no sound. (iOS)
- When using the Agora media player to play a video and stopping it during playing, sometimes there was no sound for a short time after the playing was resumed. (iOS)


## v4.3.1

This version is released on 2024 Month x, Day x.
Expand Down
20 changes: 20 additions & 0 deletions markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

AirPods Pro does not support A2DP protocol in communication audio mode, which may lead to connection failure in that mode.

This version was released on May x, 20xx.

#### Improvements

1. This release enhances the usability of the [setRemoteSubscribeFallbackOption](API/api_irtcengine_setremotesubscribefallbackoption.html) method by removing the timing requirements for invocation. It can now be called both before and after joining the channel to dynamically switch audio and video stream fallback options in weak network conditions.
2. The Agora media player supports playing mp4 files with an Alpha channel.

#### Issues fixed

This version fixed the following issues:

- The remote video froze or became pixelated when the app returned to the foreground after being in the background for a long time.
- The local preview image rotated by 90° on some iPad devices, which did not meet expectations.
- Occasional video smoothness issues during audio and video interactions.
- The app occasionally crashed when the decoded video resolution on the receiving end was an odd number.
- Fixed an occasional crash when remote users left the channel.
- When playing an audio file using [startAudioMixing [1/2\]](API/api_irtcengine_startaudiomixing.html) and the playing finished, the SDK sometimes failed to trigger the [audioMixingStateChanged](API/callback_irtcengineeventhandler_onaudiomixingstatechanged.html)(AgoraAudioMixingStateTypeStopped, AgoraAudioMixingReasonAllLoopsCompleted) callback which reports that the playing is completed.
- When calling the [playEffect [3/3\]](API/api_irtcengine_playeffect3.html) method to play sound effect files shorter than 1 second with `loopCount` set to 0, there was no sound.
- When using the Agora media player to play a video and stopping it during playing, sometimes there was no sound for a short time after the playing was resumed.
-

## v4.3.1

Expand Down
18 changes: 18 additions & 0 deletions markdown/RTC 4.x/release-notes/en-US/native/release_mac_ng.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

## v4.3.2

This version was released on May x, 20xx.


#### Improvements

This release enhances the usability of the [setRemoteSubscribeFallbackOption](API/api_irtcengine_setremotesubscribefallbackoption.html) method by removing the timing requirements for invocation. It can now be called both before and after joining the channel to dynamically switch audio and video stream fallback options in weak network conditions.

#### Issues fixed

This version fixed the following issues:

- Occasional video smoothness issues during audio and video interactions.
- The app occasionally crashed when the decoded video resolution on the receiving end was an odd number.
- Fixed an occasional crash when remote users left the channel.


## v4.3.1

This version is released on 2024 Month x, Day x.
Expand Down

0 comments on commit eea2681

Please sign in to comment.