diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index 975275d914b..d27a79f0222 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -1,27 +1,23 @@ - v4.5.1 + v4.5.2 -

v4.5.1 was released on March 3, 2025.

+

v4.2.2 was released on April xx, 2025.

+ + + - <topic id="compatibility" props="native"> + <topic id="compatibility" props="android cpp"> <title>Compatibility changes - -
    -
  • Starting from version 4.5.0, both RTC SDK and Signaling (version 2.2.0 and above) include the libaosl.solibaosl.dllaosl.xcframework library. If you manually integrate Video SDK via CDN and also use Signaling SDK, delete the earlier version of the libaosl.solibraryaosl.xcframework to avoid conflicts.
  • -
  • 4.5.1 RTC SDK libaosl.solibaosl.dllaosl.xcframework library version is 1.2.13. You can check the version information of the library in Info.plist. You can find out the version information of the library by checking the properties of the libaosl.dll file.
-
- -
- - New features - +

This release has optimized the implementation of some functions. To ensure the normal operation of the project, you need to update the code in the app after upgrading to this release.

    -
  1. AI conversation scenario

    This version adds the audio scenario specifically designed for interacting with the conversational AI agent created by . This scenario optimizes the audio transmission algorithm based on the characteristics of AI agent voice generation, ensuring stable voice data transmission in weak network environments (for example, 80% packet loss rate), and ensuring the continuity and reliability of the conversation, adapting to a variety of complex network conditions.

    +
  2. Member parameters changed to methods

    To optimize the API design, the SDK encapsulates all member parameters in the structure into the class. If use the member parameters in the structure, please update them to the corresponding methods in the class.

@@ -30,7 +26,10 @@ Improvements
    -
  1. Reduced the time of initializing the SDK on specific device models. (iOS)
  2. +
  3. URL live streaming playback

    This version further expands the functionality of URL streaming playback, supporting playback of CDN URLs and local media resource files. It also allows for starting playback from a specified position, adjusting playback speed, setting playback volume, switching playback sources during playback, and more. See for details.

    +
  4. +
  5. Accessible media player information properties

    Starting from this version, the access modifiers for all attributes in media player-related information have been changed from private to public. This improvement aims to enhance the accessibility of these classes, allowing external code to access and modify these attributes more easily.

    +
@@ -39,19 +38,30 @@

This release fixed the following issues: