com.unity.webrtc 2.4.0-exp.8
Notes: processedReleased July 8, 2022
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.editorcoroutines (1.0.0)
- com.unity.modules.jsonserialize (1.0.0)
✨ Features
- Supported video encoding framerate control.
- Added the items in Profiler Window to show the CPU loads of video encoding/decoding thread.
- Add a new sample "ReplaceTrack" to demonstrate `RTCRtpSender.ReplaceTrack` method.
📈 Improvements
- Changed arguments of `RTCPeerConnection.AddTransceiver` method to pass initial information of `RTCRtpTransceiver` when instanting it.
🔧 Bug Fixes
- Fixed the crash because of the old version of NVIDIA graphics driver.
- Fixed the issue when garbage collected but the finalizer hasn't been called.
- Improved performance of video streaming when using Vulkan graphics API.
