You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/framework/release_electron_ng.md
+62-62Lines changed: 62 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ This release has optimized the implementation of some functions, involving renam
41
41
42
42
This release makes the following modifications to the enumerations in the [LocalVideoStreamReason](API/enum_localvideostreamreason.html) class:
43
43
44
-
- The value of `LocalVideoStreamReasonScreenCapturePaused` (formerly `LocalVideoStreamReasonScreenCapturePaused`) has been changed from 23 to 28. (Windows)
45
-
- The value of `LocalVideoStreamReasonScreenCaptureResumed` (formerly `LocalVideoStreamReasonScreenCaptureResumed`) has been changed from 24 to 29. (Windows)
44
+
- The value of `LocalVideoStreamReasonScreenCapturePaused` (formerly `LocalVideoStreamReasonScreenCapturePaused`) has been changed from 23 to 28.
45
+
- The value of `LocalVideoStreamReasonScreenCaptureResumed` (formerly `LocalVideoStreamReasonScreenCaptureResumed`) has been changed from 24 to 29.
46
46
- The `LocalVideoStreamReasonCodecNotSupport` enumeration has been changed to `LocalVideoStreamReasonCodecNotSupport`.
47
47
48
48
4.**Audio loopback capturing**
@@ -85,7 +85,7 @@ This release has optimized the implementation of some functions, involving renam
85
85
86
86
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
87
87
88
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
88
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
89
89
- The API call duration and response time are reduced by 5% to 50%.
90
90
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
91
91
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
@@ -107,7 +107,7 @@ This release has optimized the implementation of some functions, involving renam
107
107
108
108
This release also includes the following improvements:
109
109
110
-
- The [onLocalVideoStateChanged](API/callback_irtcengineeventhandler_onlocalvideostatechanged.html) callback is improved with the inclusion of the `LocalVideoStreamReasonScreenCaptureAutoFallback` enumeration, singaling unexpected errors during the screen sharing process (potentially due to window blocking failure), resulting in performance degradation without impacting the screen sharing process itself. (Windows)
110
+
- The [onLocalVideoStateChanged](API/callback_irtcengineeventhandler_onlocalvideostatechanged.html) callback is improved with the inclusion of the `LocalVideoStreamReasonScreenCaptureAutoFallback` enumeration, singaling unexpected errors during the screen sharing process (potentially due to window blocking failure), resulting in performance degradation without impacting the screen sharing process itself.
111
111
- This release optimizes the SDK's domain name resolution strategy, improving the stability of calling to resolve domain names in complex network environments.
112
112
- When passing in an image with transparent background as the virtual background image, the transparent background can be filled with customized color.
113
113
- This release adds the `earMonitorDelay` and `aecEstimatedDelay` members in [LocalAudioStats](API/class_localaudiostats.html) to report ear monitor delay and acoustic echo cancellation (AEC) delay, respectively.
@@ -139,64 +139,64 @@ This release fixed the following issues:
139
139
**Modified**
140
140
141
141
- All `ERROR` fields in the following enumerations are changed to `REASON`:
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/framework/release_flutter_ng.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ This release has optimized the implementation of some functions, involving renam
108
108
109
109
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
110
110
111
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
111
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
112
112
- The API call duration and response time are reduced by 5% to 50%.
113
113
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
114
114
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/framework/release_rn_ng.md
+58-57Lines changed: 58 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ This release has optimized the implementation of some functions, involving renam
55
55
56
56
This release makes the following modifications to the enumerations in the [LocalVideoStreamReason](API/enum_localvideostreamreason.html) class:
57
57
58
+
- The value of `LocalVideoStreamReasonScreenCapturePaused` (formerly `LocalVideoStreamReasonScreenCapturePaused`) has been changed from 23 to 28.
59
+
- The value of `LocalVideoStreamReasonScreenCaptureResumed` (formerly `LocalVideoStreamReasonScreenCaptureResumed`) has been changed from 24 to 29.
58
60
- The `LocalVideoStreamReasonCodecNotSupport` enumeration has been changed to `LocalVideoStreamReasonCodecNotSupport`.
59
61
60
62
#### New features
@@ -98,7 +100,7 @@ This release has optimized the implementation of some functions, involving renam
98
100
99
101
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
100
102
101
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
103
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
102
104
- The API call duration and response time are reduced by 5% to 50%.
103
105
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
104
106
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
@@ -125,7 +127,6 @@ This release has optimized the implementation of some functions, involving renam
125
127
- This release adds the `earMonitorDelay` and `aecEstimatedDelay` members in [LocalAudioStats](API/class_localaudiostats.html) to report ear monitor delay and acoustic echo cancellation (AEC) delay, respectively.
126
128
- The [onPlayerCacheStats](API/callback_imediaplayersourceobserver_onplayercachestats.html) callback is added to report the statistics of the media file being cached. This callback is triggered once per second after file caching is started.
127
129
- The [onPlayerPlaybackStats](API/callback_imediaplayersourceobserver_onplayerplaybackstats.html) callback is added to report the statistics of the media file being played. This callback is triggered once per second after the media file starts playing. You can obtain information like the audio and video bitrate of the media file through [PlayerPlaybackStats](API/class_playerplaybackstats.html).
128
-
- An error code `kMusicContentCenterReasonHttpInternalError` is added to suggest that an internal error in HTTP. You can try again later.
129
130
130
131
#### Issues fixed
131
132
@@ -154,61 +155,61 @@ This release fixed the following issues:
154
155
155
156
-`routeBluetooth` is renamed as`RouteBluetoothDeviceHFP`
156
157
- All `ERROR` fields in the following enumerations are changed to `REASON`:
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/framework/release_unity_ng.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ This release has optimized the implementation of some functions, involving renam
89
89
90
90
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
91
91
92
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
92
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
93
93
- The API call duration and response time are reduced by 5% to 50%.
94
94
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
95
95
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/native/release_android_ng.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ This release has optimized the implementation of some functions, involving renam
110
110
111
111
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
112
112
113
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
113
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
114
114
- The API call duration and response time are reduced by 5% to 50%.
115
115
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
116
116
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
Copy file name to clipboardExpand all lines: markdown/RTC 4.x/release-notes/en-US/native/release_ios_ng.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ This release has optimized the implementation of some functions, involving renam
107
107
108
108
This release optimizes the scheduling mechanism for internal tasks within the SDK, with improvements in the following aspects:
109
109
110
-
- The speed of vieo rendering and audio playback for both remote and local first frames improves by 10% to 20%.
110
+
- The speed of video rendering and audio playback for both remote and local first frames improves by 10% to 20%.
111
111
- The API call duration and response time are reduced by 5% to 50%.
112
112
- The SDK's parallel processing capability significantly improves, delivering higher video quality (720P, 24 fps) even on lower-end devices. Additionally, image processing remains more stable in scenarios involving high resolutions and frame rates.
113
113
- The stability of the SDK is further enhanced, leading to a noticeable decrease in the crash rate across various specific scenarios.
0 commit comments