Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilla-luodan committed Aug 23, 2024
1 parent 166b6e1 commit 902d64d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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 ``enumerator is added in `onLocalVideoStateChanged` callback , indicating that the display used for screen capture has been disconnected.
- The ``enumerator is added in `onLocalVideoStateChanged` callback, indicating that the display used for screen capture has been disconnected.
- Optimizes the video link for window sharing, reducing CPU usage. (macOS)
- Improves echo cancellation for screen sharing scenarios.
- Adds the `channelId` parameter to `Metadata`, which is used to get the channel name from which the metadata is sent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 `localVideoStreamReasonScreenCaptureDisplayDisconnected` enumerator is added in `onLocalVideoStateChanged` callback , indicating that the display used for screen capture has been disconnected. (Windows, macOS)
- The `localVideoStreamReasonScreenCaptureDisplayDisconnected` enumerator is added in `onLocalVideoStateChanged` callback, indicating that the display used for screen capture has been disconnected. (Windows, macOS)
- Optimizes the video link for window sharing, reducing CPU usage. (macOS)
- Improves echo cancellation for screen sharing scenarios. (Windows)
- Adds the `channelId` parameter to `Metadata`, which is used to get the channel name from which the metadata is sent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_DISPLAY_DISCONNECTED` enumerator is added in `OnLocalVideoStateChanged` callback , indicating that the display used for screen capture has been disconnected. (Windows, macOS)
- The `LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_DISPLAY_DISCONNECTED` enumerator is added in `OnLocalVideoStateChanged` callback, indicating that the display used for screen capture has been disconnected. (Windows, macOS)
- Optimizes the video link for window sharing, reducing CPU usage. (macOS)
- Improves echo cancellation for screen sharing scenarios.
- Adds the `channelId` parameter to `Metadata`, which is used to get the channel name from which the metadata is sent.
Expand Down

0 comments on commit 902d64d

Please sign in to comment.