Skip to content

Commit

Permalink
Merge branch 'release/rtc-ng/4.4.0' of github.com:AgoraIO/agora_doc_s…
Browse files Browse the repository at this point in the history
…ource into release/rtc-ng/4.4.0
  • Loading branch information
Suri539 committed Jul 15, 2024
2 parents 3e87cee + 149ea59 commit fa489a9
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions dita/RTC-NG/API/rtc_api_sunset.dita
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<row>
<entry><xref keyref="setLogFileSize"/></entry>
<entry><ph conkeyref="setLogFileSize/shortdesc"/></entry>
<entry>使用 <xref keyref="initialize" /> 中的 <codeph>logConfig</codeph> 参数</entry>
<entry>使用 <xref keyref="initialize" /> 中的 <parmname>logConfig</parmname> 参数</entry>
<entry>v4.0.0</entry>
</row>
<row props="android apple">
Expand Down Expand Up @@ -126,7 +126,7 @@
<row>
<entry><xref keyref="setLogFile"/></entry>
<entry><ph conkeyref="setLogFile/shortdesc"/></entry>
<entry>使用 <xref keyref="initialize" /> 中的 <codeph>logConfig</codeph> 参数</entry>
<entry>使用 <xref keyref="initialize" /> 中的 <parmname>logConfig</parmname> 参数</entry>
<entry>v4.0.0</entry>
</row>
<row>
Expand Down
8 changes: 4 additions & 4 deletions dita/RTC-NG/release/release_notes.dita
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<li props="android">该版本删除了 <codeph><apiname keyref="onMetadataReceived"/></codeph> 回调中的 <codeph>buffer</codeph>、<codeph>uid</codeph>、<codeph>timeStampMs</codeph> 参数,你可以通过新增的 <codeph>metadata</codeph> 参数来获取 Metadata 的相关信息,包括 <codeph>timeStampMs</codeph>(发送数据的时间戳)、<codeph>uid</codeph>(用户 ID)、<codeph>channelId</codeph>(源频道名称)等。</li>
<li props="cpp">该版本修改了 <xref keyref="ExternalVideoFrame"/> 中的以下成员名称:
<ul>
<li><parmname>d3d11_texture_2d</parmname> 更名为 <parmname>d3d11Texture2d</parmname>。</li>
<li><parmname>texture_slice_index</parmname> 更名为 <parmname>textureSliceIndex</parmname>。</li>
<li><parmname>metadata_buffer</parmname> 更名为 <parmname>metadataBuffer</parmname>。</li>
<li><parmname>metadata_size</parmname> 更名为 <parmname>metadataSize</parmname>。</li>
<li><codeph>d3d11_texture_2d</codeph> 更名为 <codeph>d3d11Texture2d</codeph>。</li>
<li><codeph>texture_slice_index</codeph> 更名为 <codeph>textureSliceIndex</codeph>。</li>
<li><codeph>metadata_buffer</codeph> 更名为 <codeph>metadataBuffer</codeph>。</li>
<li><codeph>metadata_size</codeph> 更名为 <codeph>metadataSize</codeph>。</li>
</ul></li>
</ol>
</body>
Expand Down
4 changes: 2 additions & 2 deletions en-US/dita/RTC-NG/API/rtc_api_sunset.dita
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<row>
<entry><xref keyref="setLogFileSize"/></entry>
<entry><ph conkeyref="setLogFileSize/shortdesc"/></entry>
<entry>Use the <codeph>logConfig</codeph> parameter in <xref keyref="initialize" /></entry>
<entry>Use the <parmname>logConfig</parmname> parameter in <xref keyref="initialize" /></entry>
<entry>v4.0.0</entry>
</row>
<row props="android apple">
Expand Down Expand Up @@ -120,7 +120,7 @@
<row>
<entry><xref keyref="setLogFile"/></entry>
<entry><ph conkeyref="setLogFile/shortdesc"/></entry>
<entry>Use the <codeph>logConfig</codeph> parameter in <xref keyref="initialize" /></entry>
<entry>Use the <parmname>logConfig</parmname> parameter in <xref keyref="initialize" /></entry>
<entry>v4.0.0</entry>
</row>
<row>
Expand Down
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 @@ -43,10 +43,10 @@
<li props="android">This version removes the <codeph>buffer</codeph>, <codeph>uid</codeph>, and <codeph>timeStampMs</codeph> parameters of the <codeph><apiname keyref="onMetadataReceived"/></codeph> callback. You can get metadata-related information, including <codeph>timeStampMs</codeph> (timestamp of the sent data), <codeph>uid</codeph> (user ID), and <codeph>channelId</codeph> (channel name) through the newly-added <codeph>metadata</codeph> parameter.</li>
<li props="cpp">This version renames the following members in <xref keyref="ExternalVideoFrame"/>:
<ul>
<li><parmname>d3d11_texture_2d</parmname> is renamed to <parmname>d3d11Texture2d</parmname>.</li>
<li><parmname>texture_slice_index</parmname> is renamed to <parmname>textureSliceIndex</parmname>.</li>
<li><parmname>metadata_buffer</parmname> is renamed to <parmname>metadataBuffer</parmname>.</li>
<li><parmname>metadata_size</parmname> is renamed to <parmname>metadataSize</parmname>.</li>
<li><codeph>d3d11_texture_2d</codeph> is renamed to <codeph>d3d11Texture2d</codeph>.</li>
<li><codeph>texture_slice_index</codeph> is renamed to <codeph>textureSliceIndex</codeph>.</li>
<li><codeph>metadata_buffer</codeph> is renamed to <codeph>metadataBuffer</codeph>.</li>
<li><codeph>metadata_size</codeph> is renamed to <codeph>metadataSize</codeph>.</li>
</ul>
</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This version includes optimizations to some features, including changes to SDK b

Starting from this version, Agora introduces the Lite SDK, which includes only the basic audio and video capabilities and partially cuts advanced features, effectively reducing the app size after integrating the SDK.

- Lite SDK supports manual integration or third-party repository integration. For details, see [SDK Downloads](xxx) and [Integrate SDK](xxx).
- For information on dynamic libraries included in the Lite SDK, see [App size optimization](xxx).
- Lite SDK supports manual integration or third-party repository integration. For details, see [Download SDKs]() and [Integrate the SDK]().
- For information on dynamic libraries included in the Lite SDK, see [App size optimization]().
- For the list of APIs supported by the Lite SDK, see [Lite SDK API List](https://doc.shengwang.cn/api-ref/rtc/android/API/rtc_lite_api).
- For the limitations and precautions when using the Lite SDK to play media files, please refer to [Which audio file formats are supported by RTC SDK?](https://doc.shengwang.cn/faq/general-product-inquiry/audio-format)

Expand Down
4 changes: 2 additions & 2 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 @@ -33,8 +33,8 @@ This version includes optimizations to some features, including changes to SDK b

Starting from this version, Agora introduces the Lite SDK, which includes only the basic audio and video capabilities and partially cuts advanced features, effectively reducing the app size after integrating the SDK.

- Lite SDK supports manual integration or third-party repository integration. For details, see and .
- For information on dynamic libraries included in the Lite SDK, see App size optimization.
- Lite SDK supports manual integration or third-party repository integration. For details, see [Download SDKs]() and [Integrate the SDK]().
- For information on dynamic libraries included in the Lite SDK, see [App size optimization]().
- For the list of APIs supported by the Lite SDK, see [Lite SDK API List](https://doc.shengwang.cn/api-ref/rtc/ios/API/rtc_lite_api).
- For the limitations and precautions when using the Lite SDK to play media files, please refer to [Which audio file formats are supported by RTC SDK?](https://doc.shengwang.cn/faq/general-product-inquiry/audio-format)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This version includes optimizations to some features, including changes to SDK b
This version also includes the following improvements:

- Optimizes transmission strategy: calling `enableInstantMediaRendering` no longer impacts the security of the transmission link.
- The `AgoraLocalVideoStreamReasonScreenCaptureDisplayDisconnected` enumerator is Adds in `localVideoStateChangedOfState` callback , indicating that the display used for screen capture has been disconnected.
- The `AgoraLocalVideoStreamReasonScreenCaptureDisplayDisconnected` enumerator is added in `localVideoStateChangedOfState` callback , indicating that the display used for screen capture has been disconnected.
- Optimizes the video link for window sharing, reducing CPU usage.
- Deprecates redundant enumeration values `AgoraClientRoleChangeFailedRequestTimeout` and `AgoraClientRoleChangeFailedConnectionFailed` in `AgoraClientRoleChangeFailedReason`.
- Optimizes transmission strategy: calling `enableInstantMediaRendering` no longer impacts the security of the transmission link.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ This version includes optimizations to some features, including changes to SDK b
| `onExtensionStopped` | `onExtensionStoppedWithContext` |
| `onExtensionError` | `onExtensionErrorWithContext` |

2. This version renames the following members in `ExternalVideoFrame` :
2. This version renames the following members in `ExternalVideoFrame`:

- **d3d11_texture_2d** is renamed to **d3d11Texture2d**.
- **texture_slice_index** is renamed to **textureSliceIndex**.
- **metadata_buffer** is renamed to **metadataBuffer**.
- **metadata_size** is renamed to **metadataSize**.
- `d3d11_texture_2d` is renamed to `d3d11Texture2d`.
- `texture_slice_index` is renamed to `textureSliceIndex`.
- `metadata_buffer` is renamed to `metadataBuffer`.
- `metadata_size` is renamed to `metadataSize`.

#### New Features

Expand Down

0 comments on commit fa489a9

Please sign in to comment.