Skip to content

Releases: Tencent-RTC/TRTC_Web

release v5.16.0

01 Apr 13:12
72ae0ac

Choose a tag to compare

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 the muteKeepVolumeDetection parameter 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 selfBrowserSurface parameter to control whether the current tab is included in the screen share picker.
  • Added the experimental preconnect API 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 stopLocalAudio could 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.