Skip to content

Commit d872ab3

Browse files
authored
Merge pull request #3533 from AgoraIO/release/rtc-ng/4.3
Release/rtc ng/4.3
2 parents cf4a8dc + 77429ee commit d872ab3

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

markdown/RTC 4.x/release-notes/en-US/framework/release_electron_ng.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,12 @@ This release has optimized the implementation of some functions, involving renam
9494

9595
This release provides users with more flexible in-ear monitoring audio adjustment options, supporting the ability to set the in-ear monitoring volume to four times the original volume by calling [setInEarMonitoringVolume](API/api_irtcengine_setinearmonitoringvolume.html).
9696

97-
3. **Dual-stream mode optimization**
98-
99-
This release optimizes the video dual-stream mode. In the low-quality video stream adaptive mode (`AutoSimulcastStream`), when the receiver requests a low-quality video stream by calling [setRemoteVideoStreamType](API/api_irtcengine_setremotevideostreamtype.html) or [setRemoteVideoStreamTypeEx](API/api_irtcengineex_setremotevideostreamtypeex.html), the sender now processes requests from all users, expanding beyond the previous restriction to broadcasters only. This change ensures that the audience requests for low-quality video streams are implemented, thus improving the flexibility and adaptability of the dual-stream mode.
100-
101-
4. **Spatial audio effects usability improvement**
97+
3. **Spatial audio effects usability improvement**
10298

10399
- This release optimizes the design of the [setZones](API/api_ibasespatialaudioengine_setzones.html) method, supporting the ability to set the `zones` parameter to `NULL`, indicating the clearing of all echo cancellation zones.
104100
- As of this release, it is no longer necessary to unsubscribe from the audio streams of all remote users within the channel before calling the [ILocalSpatialAudioEngine](API/class_ilocalspatialaudioengine.html) method.
105101

106-
5. **Other Improvements**
102+
4. **Other Improvements**
107103

108104
This release also includes the following improvements:
109105

markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,12 @@ This release has optimized the implementation of some functions, involving renam
117117

118118
This release provides users with more flexible in-ear monitoring audio adjustment options, supporting the ability to set the in-ear monitoring volume to four times the original volume by calling [`setInEarMonitoringVolume`](API/api_irtcengine_setinearmonitoringvolume.html).
119119

120-
3. **Dual-stream mode optimization**
121-
122-
This release optimizes the video dual-stream mode. In the low-quality video stream adaptive mode (`autoSimulcastStream`), when the receiver requests a low-quality video stream by calling [`setRemoteVideoStreamType`](API/api_irtcengine_setremotevideostreamtype.html) or [`setRemoteVideoStreamTypeEx`](API/api_irtcengineex_setremotevideostreamtypeex.html), the sender now processes requests from all users, expanding beyond the previous restriction to broadcasters only. This change ensures that the audience requests for low-quality video streams are implemented, thus improving the flexibility and adaptability of the dual-stream mode.
123-
124-
4. **Spatial audio effects usability improvement**
120+
3. **Spatial audio effects usability improvement**
125121

126122
- This release optimizes the design of the [`setZones`](API/api_ibasespatialaudioengine_setzones.html) method, supporting the ability to set the `zones` parameter to `NULL`, indicating the clearing of all echo cancellation zones.
127123
- As of this release, it is no longer necessary to unsubscribe from the audio streams of all remote users within the channel before calling the [`LocalSpatialAudioEngine`](API/class_ilocalspatialaudioengine.html) method.
128124

129-
5. **Other Improvements**
125+
4. **Other Improvements**
130126

131127
This release also includes the following improvements:
132128

markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,12 @@ This release has optimized the implementation of some functions, involving renam
109109

110110
This release provides users with more flexible in-ear monitoring audio adjustment options, supporting the ability to set the in-ear monitoring volume to four times the original volume by calling [setInEarMonitoringVolume](API/api_irtcengine_setinearmonitoringvolume.html).
111111

112-
3. **Dual-stream mode optimization**
113-
114-
This release optimizes the video dual-stream mode. In the low-quality video stream adaptive mode (`AutoSimulcastStream`), when the receiver requests a low-quality video stream by calling [setRemoteVideoStreamType](API/api_irtcengine_setremotevideostreamtype.html) or [setRemoteVideoStreamTypeEx](API/api_irtcengineex_setremotevideostreamtypeex.html), the sender now processes requests from all users, expanding beyond the previous restriction to broadcasters only. This change ensures that the audience requests for low-quality video streams are implemented, thus improving the flexibility and adaptability of the dual-stream mode.
115-
116-
4. **Spatial audio effects usability improvement**
112+
3. **Spatial audio effects usability improvement**
117113

118114
- This release optimizes the design of the [setZones](API/api_ibasespatialaudioengine_setzones.html) method, supporting the ability to set the `zones` parameter to `NULL`, indicating the clearing of all echo cancellation zones.
119115
- As of this release, it is no longer necessary to unsubscribe from the audio streams of all remote users within the channel before calling the [ILocalSpatialAudioEngine](API/class_ilocalspatialaudioengine.html) method.
120116

121-
5. **Other Improvements**
117+
4. **Other Improvements**
122118

123119
This release also includes the following improvements:
124120

markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,12 @@ This release has optimized the implementation of some functions, involving renam
9898

9999
This release provides users with more flexible in-ear monitoring audio adjustment options, supporting the ability to set the in-ear monitoring volume to four times the original volume by calling [SetInEarMonitoringVolume](API/api_irtcengine_setinearmonitoringvolume.html).
100100

101-
3. **Dual-stream mode optimization**
102-
103-
This release optimizes the video dual-stream mode. In the low-quality video stream adaptive mode (`AUTO_SIMULCAST_STREAM`), when the receiver requests a low-quality video stream by calling [SetRemoteVideoStreamType](API/api_irtcengine_setremotevideostreamtype.html) or [SetRemoteVideoStreamTypeEx](API/api_irtcengineex_setremotevideostreamtypeex.html), the sender now processes requests from all users, expanding beyond the previous restriction to broadcasters only. This change ensures that the audience requests for low-quality video streams are implemented, thus improving the flexibility and adaptability of the dual-stream mode.
104-
105-
4. **Spatial audio effects usability improvement**
101+
3. **Spatial audio effects usability improvement**
106102

107103
- This release optimizes the design of the [SetZones](API/api_ibasespatialaudioengine_setzones.html) method, supporting the ability to set the `zones` parameter to `NULL`, indicating the clearing of all echo cancellation zones.
108104
- As of this release, it is no longer necessary to unsubscribe from the audio streams of all remote users within the channel before calling the methods in [ILocalSpatialAudioEngine](API/class_ilocalspatialaudioengine.html).
109105

110-
5. **Other Improvements**
106+
4. **Other Improvements**
111107

112108
This release also includes the following improvements:
113109

0 commit comments

Comments
 (0)