Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AgoraIO/agora_doc_source
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyuagora committed Jul 26, 2024
2 parents 12ea1db + 17c0754 commit db828a5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions en-US/dita/RTC-NG/release/release_notes.dita
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<li>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 <codeph><apiname keyref="ExtensionContext"/></codeph> in each callback.
<simpletable frame="all" relcolwidth="1* 1*" id="simpletable_zqj_n1t_xbc">
<sthead>
<stentry>Original Callback</stentry>
<stentry>Current Callback</stentry>
<stentry>Original callback</stentry>
<stentry>Current callback</stentry>
</sthead>
<strow>
<stentry>onExtensionEvent</stentry>
Expand Down Expand Up @@ -86,10 +86,10 @@
<title>Improvements</title>
<body>
<ol>
<li props="android cpp framework"><ph><b>Adaptive Hardware Decoding Support (Android, Windows)</b></ph>
<li props="android cpp framework"><ph><b>Adaptive hardware decoding support (Android, Windows)</b></ph>
<p>This release introduces adaptive hardware decoding support, enhancing rendering smoothness on low-end devices and effectively reducing system load.</p>
</li>
<li props="cpp electron unity flutter unreal bp"><ph><b>Rendering Performance Enhancement (Windows)</b></ph>
<li props="cpp electron unity flutter unreal bp"><ph><b>Rendering performance enhancement (Windows)</b></ph>
<p>DirectX 11 renderer is now enabled by default on Windows devices, providing high-performance and high-quality graphics rendering capabilities.</p>
</li>
<li><ph><b>Facial region beautification</b></ph>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit db828a5

Please sign in to comment.