This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Releases: AgoraIO-Community/AgoraWebSDK-NG
Releases Β· AgoraIO-Community/AgoraWebSDK-NG
v4.2.1 and above~
Agora Web SDK NG has been officially launched as Agora Web SDK 4.x. Please visit https://docs.agora.io/cn/Interactive%20Broadcast/release_web_ng?platform=Web for more information.
v4.1.1
v4.1.0
v4.0.1
v4.0.0
THIS VERSION HAS INCOMPATIBLE API CHANGES
v0.1.9
π Bug fix
- Fix missing reported events
- Fix the issue that
user unpublished
may be lost in some cases - Fix reconnecting failure in some cases
πNew Feature
- add AgoraRTC.checkVideoTrackIsActive and AgoraRTC.checkAudioTrackIsActive to help you check the availability of the microphone and camera
v0.1.8
π Bug fix
- Fix firefox publish renegotiation failure
π Internal
- Optimized the mechanism for events reporting
πNew Feature
- add LocalAudioTrack.setAudioFrameCallback and RemoteAudioTrack.setAudioFrameCallback to help you collect the raw audio data(PCM)
v0.1.7
π Bug fix
- Fix: when Firefox audience subscribes to the iOS Safari host, the remote video rotates 90 degrees
- Fix:
enableDualStream()
throw errors in Friefox
π Internal
- stop enumerating media devices when the device module init failed
πNew Feature
- AgoraRTC.getDevices will automatically trigger the media device permission check.
v0.1.6
π Bug fix
- Fix Chrome beauty effect fails when the browser window is blurred
- Fix MircophoneAudioTrack.setDevice fails in Firefox
- FIx string uid join channel fails when using token
π Internal
- Use the new implementation to calculate the freeze rate
- Adjust getUserMedia error message
v0.1.5
π New Feature
- add beauty-effect-overload event to detect the device is overloaded when using beauty effect
- add LocalTrack.getTrackLabel to get the recording device label
- add AgoraRTC.createMicrophoneAndCameraTracks to create audio and video tracks at the same time
π Bug fix
- fix: Safari
LocalVideoTrack.setBeuatyEffect
not working - fix:
CameraVideoTrack.setDevice
faied when using facingMode option