Changelog
[1.0.19] - 2024-12-02
Fixed
- Fixed an issue where the sender could broadcast before both audio and video tracks were set on the server, resulting in no video.
[1.0.18] - 2023-11-20
Fixed
- Fixed an issue where the sender was not being properly disconnected when their authentication token expired.
[1.0.17] - 2023-11-01
Added
- Added support for multiple calls to
setVideoTrack
and setAudioTrack
, allowing video and audio tracks to be switched during a broadcast.
[1.0.16] - 2023-02-23
Fixed
- Fixed an issue where clients were getting stuck on
initializing
when calling broadcast
before the client was connected.
[1.0.15] - 2023-02-13
Fixed
- Fixed an issue when clients are constantly reconnecting when broadcasting with the same key in multiple browser tabs.
[1.0.14] - 2022-09-23
Fixed
- Fixed an issue when broadcast is called directly when connection state is changed to connected.
[1.0.13] - 2022-09-19
Added
- Added "outbound resolution change" event that is triggered when the outbound resolution and target resolution is met or not.
Changed
[1.0.11 - 1.0.12] - 2022-09-05
Changed
[1.0.0] - 2021-12-01
Added