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
**Note:** For specific renaming of enumerations, please refer to [API changes](#api-change).
39
+
**Note:** For specific renaming of enumerations, please refer to [API changes](#apichange).
40
40
41
41
2.**Channel media relay**
42
42
@@ -133,7 +133,6 @@ This release has optimized the implementation of some functions, involving renam
133
133
- The [`onLocalVideoStateChanged`](API/callback_irtcengineeventhandler_onlocalvideostatechanged.html) callback is improved with the inclusion of the `localVideoStreamReasonScreenCaptureAutoFallback` enumeration, signaling 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)
134
134
- The [`onPlayerCacheStats`](API/callback_imediaplayersourceobserver_onplayercachestats.html) callback is added to reports the statistics of the media file being cached. This callback is triggered once per second after file caching is started.
135
135
- The [`onPlayerPlaybackStats`](API/callback_imediaplayersourceobserver_onplayerplaybackstats.html) callback is added to reports 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).
136
-
- An error code `kMusicContentCenterReasonHttpInternalError` is added to suggest that an internal error in HTTP. You can try again later. (Android, iOS)
137
136
- This release optimizes the SDK's domain name resolution strategy, improving the stability of calling `setLocalAccessPoint` to resolve domain names in complex network environments.
138
137
- When passing in an image with transparent background as the virtual background image, the transparent background can be filled with customized color.
139
138
- 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.
@@ -148,6 +147,8 @@ This release fixed the following issues:
- The `customVideoSource` enumeration in [`MediaSourceType`](API/enum_mediasourcetype.html)
@@ -237,14 +237,6 @@ This release fixed the following issues:
237
237
-`rtmpStreamPublishErrorNetDown`
238
238
-`rtmpStreamPublishErrorInvalidPrivilege`
239
239
-`rtmpStreamUnpublishErrorOk`
240
-
-`MusicContentCenterStatusCode` is renamed as `MusicContentCenterStateReason`, and the `StatusErr` in all enumerators is changed to `Reason`: (Android, iOS)
**Note:** For specific renaming of enumerations, please refer to [API changes](#change).
39
39
@@ -51,9 +51,9 @@ This release has optimized the implementation of some functions, involving renam
51
51
52
52
This release makes the following modifications to the enumerations in the [LOCAL_VIDEO_STREAM_REASON](API/enum_localvideostreamreason.html) class:
53
53
54
-
- The value of `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED`) has been changed from 23 to 28.
55
-
- The value of `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED`) has been changed from 24 to 29.
56
-
- The `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT` enumeration has been changed to `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT`.
54
+
- The value of `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_PAUSED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED`) has been changed from 23 to 28.
55
+
- The value of `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_RESUMED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED`) has been changed from 24 to 29.
56
+
- The `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT` enumeration has been changed to `LOCAL_VIDEO_STREAM_REASON_CODEC_NOT_SUPPORT`.
57
57
58
58
#### New features
59
59
@@ -129,7 +129,7 @@ This release fixed the following issues:
129
129
130
130
**Added**
131
131
132
-
- The `subviewUid` member in [VideoCanvas](API/class_videocanvas.html)
132
+
- The `subviewUid` member in [VideoCanvas](API/class_videocanvas.html)
**Note:** For specific renaming of enumerations, please refer to [API changes](Chunk916049832.html#apichange).
40
+
**Note:** For specific renaming of enumerations, please refer to [API changes](C#apichange).
41
41
42
42
3.**Channel media relay**
43
43
@@ -149,7 +149,6 @@ This release has optimized the implementation of some functions, involving renam
149
149
- 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.
150
150
- 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.
151
151
- 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).
152
-
- An error code `MUSIC_CONTENT_CENTER_STATUS_ERR_HTTP_INTERNAL` is added to suggest that an internal error in HTTP. You can try again later.
153
152
154
153
#### Issues fixed
155
154
@@ -160,6 +159,8 @@ This release fixed the following issues:
**Note:** For specific renaming of enumerations, please refer to [API changes](#change).
30
30
@@ -42,9 +42,9 @@ This release has optimized the implementation of some functions, involving renam
42
42
43
43
This release makes the following modifications to the enumerations in the [LOCAL_VIDEO_STREAM_ERROR](API/enum_localvideostreamreason.html) class:
44
44
45
-
- The value of `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED`) has been changed from 23 to 28.
46
-
- The value of `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED`) has been changed from 24 to 29.
47
-
- The `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT` enumeration has been changed to `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT`.
45
+
- The value of `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_PAUSED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_PAUSED`) has been changed from 23 to 28.
46
+
- The value of `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_RESUMED` (formerly `LOCAL_VIDEO_STREAM_ERROR_SCREEN_CAPTURE_RESUMED`) has been changed from 24 to 29.
47
+
- The `LOCAL_VIDEO_STREAM_ERROR_CODEC_NOT_SUPPORT` enumeration has been changed to `LOCAL_VIDEO_STREAM_REASON_CODEC_NOT_SUPPORT`.
48
48
49
49
4.**Audio loopback capturing**
50
50
@@ -130,7 +130,7 @@ This release fixed the following issues:
130
130
131
131
**Added**
132
132
133
-
- The `subviewUid` member in [VideoCanvas](API/class_videocanvas.html)
133
+
- The `subviewUid` member in [VideoCanvas](API/class_videocanvas.html)
0 commit comments