diff --git a/en-US/dita/RTC-NG/release/release_notes.dita b/en-US/dita/RTC-NG/release/release_notes.dita index c2fa396fdd6..492afe0588e 100644 --- a/en-US/dita/RTC-NG/release/release_notes.dita +++ b/en-US/dita/RTC-NG/release/release_notes.dita @@ -17,8 +17,8 @@
  • To distinguish context information in different extension callbacks, this version removes the original extension callbacks and adds corresponding callbacks that contain context information (see the table below). You can identify the extension name, the user ID, and the service provider name through in each callback. - Original Callback - Current Callback + Original callback + Current callback onExtensionEvent @@ -86,10 +86,10 @@ Improvements
      -
    1. Adaptive Hardware Decoding Support (Android, Windows) +
    2. Adaptive hardware decoding support (Android, Windows)

      This release introduces adaptive hardware decoding support, enhancing rendering smoothness on low-end devices and effectively reducing system load.

    3. -
    4. Rendering Performance Enhancement (Windows) +
    5. Rendering performance enhancement (Windows)

      DirectX 11 renderer is now enabled by default on Windows devices, providing high-performance and high-quality graphics rendering capabilities.

    6. Facial region beautification diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md index 218e678f20a..c8487569c17 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md @@ -19,7 +19,7 @@ This version includes optimizations to some features, including changes to SDK b 1. To distinguish context information in different extension callbacks, this version removes the original extension callbacks and adds corresponding callbacks that contain context information (see the table below). You can identify the extension name, the user ID, and the service provider name through `ExtensionContext` in each callback. - | Original Callback | Current Callback | + | Original callback | Current callback | | ------------------ | ---------------------- | | `onEvent` | `onEventWithContext` | | `onStarted` | `onStartedWithContext` | @@ -59,7 +59,7 @@ This version includes optimizations to some features, including changes to SDK b #### Improvements -1. **Adaptive Hardware Decoding Support** +1. **Adaptive hardware decoding support** This release introduces adaptive hardware decoding support, enhancing rendering smoothness on low-end devices and effectively reducing system load. diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md index 9d62ec435b6..e7a4538f232 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md @@ -16,7 +16,7 @@ This version includes optimizations to some features, including changes to SDK b 1. To distinguish context information in different extension callbacks, this version removes the original extension callbacks and adds corresponding callbacks that contain context information (see the table below). You can identify the extension name, the user ID, and the service provider name through `AgoraExtensionContext` in each callback. - | Original Callback | Current Callback | + | Original callback | Current callback | | ------------------ | ------------------------------- | | `onEvent` | `onExtensionEventWithContext` | | `onExtensionStarted` | `onExtensionStartedWithContext` | diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_mac_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_mac_ng.md index 34e159baf1b..36ae446c02d 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_mac_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_mac_ng.md @@ -10,7 +10,7 @@ This version includes optimizations to some features, including changes to SDK b 1. To distinguish context information in different extension callbacks, this version removes the original extension callbacks and adds corresponding callbacks that contain context information (see the table below). You can identify the extension name, the user ID, and the service provider name through `AgoraExtensionContext` in each callback. - | Original Callback | Current Callback | + | Original callback | Current callback | | ------------------ | ------------------------------- | | `onEvent` | `onExtensionEventWithContext` | | `onExtensionStarted` | `onExtensionStartedWithContext` | diff --git a/markdown/RTC 4.x/release-notes/en-US/native/release_windows_ng.md b/markdown/RTC 4.x/release-notes/en-US/native/release_windows_ng.md index f8e4618e8f3..e1bc5bede0d 100644 --- a/markdown/RTC 4.x/release-notes/en-US/native/release_windows_ng.md +++ b/markdown/RTC 4.x/release-notes/en-US/native/release_windows_ng.md @@ -10,7 +10,7 @@ This version includes optimizations to some features, including changes to SDK b 1. To distinguish context information in different extension callbacks, this version removes the original extension callbacks and adds corresponding callbacks that contain context information (see the table below). You can identify the extension name, the user ID, and the service provider name through `ExtensionContext` in each callback. - | Original Callback | Current Callback | + | Original callback | Current callback | | -------------------- | ------------------------------- | | `onExtensionEvent` | `onExtensionEventWithContext` | | `onExtensionStarted` | `onExtensionStartedWithContext` | @@ -47,11 +47,11 @@ This version includes optimizations to some features, including changes to SDK b #### Improvements -1. **Adaptive Hardware Decoding Support** +1. **Adaptive hardware decoding support** This release introduces adaptive hardware decoding support, enhancing rendering smoothness on low-end devices and effectively reducing system load. -2. **Rendering Performance Enhancement** +2. **Rendering performance enhancement** DirectX 11 renderer is now enabled by default on Windows devices, providing high-performance and high-quality graphics rendering capabilities.