Release Notes
Version 3.23.0
Release Date: 2025-12-24
Bug Fixes
- Fixed the issue where the setEngineConfig interface was not taking effect.
Version 3.22.0
Release Date: 2025-09-02
New Features
- Support setting video rendering view mode through ZegoCanvas.viewMode
For related APIs, please refer to: ZegoCanvas
Version 3.21.0
Release Date: 2025-08-22
New Features
-
Mobile support for screen sharing
Added screen sharing feature for mobile, supporting sharing of specified screen areas.
-
Added send and receive room custom signaling interfaces
-
Added uplink and downlink network quality callbacks for local and remote users
Added uplink and downlink network quality callbacks
onNetworkQualityfor local and remote users, which by default callbacks every two seconds with the network status of the local user and each remote user being played (including unknown, excellent, good, medium, poor, network disconnected). This feature can be used to analyze network conditions on the link, or to understand the network status of local and remote users. -
Added network speed testing feature
This feature supports uplink/downlink network speed testing, which can be used to detect whether the network environment is suitable for publishing/playing streams with specified bitrates. Call the
startNetworkSpeedTestinterface to enable this feature, configureZegoNetworkSpeedTestConfigparameters to control the speed test process, and the speed test results will be notified through theonNetworkSpeedTestQualityUpdatecallback.
Version 3.1.1
Release Date: 2023-01-03
New Features
- First release, including system, room, stream publishing, stream playing, pre-processing, device modules, etc., with over 166 new API interfaces, capable of meeting most scenarios such as 1v1 audio/video calls, audio chat rooms, etc.
