Releases: Tencent-RTC/TRTC_Web
Releases · Tencent-RTC/TRTC_Web
release v5.16.0
Version 5.16.0 @2026.03.13
Feature
- trtc.updateLocalAudio now supports
mute: 'microphone'to mute only the microphone while continuing to send mixed audio, and themuteKeepVolumeDetectionparameter to continue detecting volume while muted. - VideoMixer plugin now supports using the SDK's internal camera and screen share as input sources.
- trtc.startScreenShare added the
selfBrowserSurfaceparameter to control whether the current tab is included in the screen share picker. - Added the experimental
preconnectAPI to support pre-connection for optimizing room entry time. To use this feature, please submit a ticket to contact us. Refer to callExperimentalAPI.
Improvement
- Optimized default buffer configuration for audience role, better balancing smoothness and latency. For ultra-low latency, please submit a ticket to contact us.
Bug Fixed
- Avoided occasional encoding failure on iOS 26.2.
- Fixed an issue where
stopLocalAudiocould remain pending during phone call scenarios on iOS. - Fixed autoplay recovery failure on WeChat H5 for iOS 26.
- Fixed an issue where audio continued playing after stopping the AudioMixer plugin, causing audio duplication.