Releases: sendbird/sendbird-calls-javascript
Releases · sendbird/sendbird-calls-javascript
1.10.20
1.10.20 (Nov 5, 2024 UTC)
- Fixed the bug that local stream become disabled when a user hold other direct call.
- Added
start_ts
and end_ts
to the DirectCallLogListQueryParams
.
1.10.19
1.10.19 (Mar 21, 2024 UTC)
- Fixed the crash of the previous version
1.10.18
1.10.18 (Mar 14, 2024 UTC)
- Updated the WebRTC version
- Improved WebRTC internal logging
1.10.17
1.10.17 (Feb 21, 2024 UTC)
- Added
webhook
property in DialParams
.
1.10.16
1.10.16 (Dec 15, 2023 UTC)
- Added
DirectCallEndResult.NOT_CONNECTED
. When a direct call is ended before connecting, the call will have an end result of DirectCallEndResult.NOT_CONNECTED
.
1.10.15
1.10.15 (Sep 15, 2023 UTC)
- Fixed a bug in the local recording that the output file contains a black screen in the bad network sometimes.
- Fixed a bug in the local recording that the previous larger frame lasts when the resolution has been lowered in the bad network.
1.10.14
1.10.14 (Aug 17, 2023 UTC)
- Fixed an issue where call will not be properly reconnected after network connection has been lost.
1.10.13
1.10.13 (Aug 4, 2023 UTC)
- Fixed an issue where CSP(Content Security Policy) error occurs if
script-src
is self
.
1.10.12
1.10.12 (Aug 2, 2023 UTC)
- Fix an issue where Direct Call's Connection Quality would report
UNAVAILABLE
for a few seconds after connecting the call.
1.10.11
1.10.11 (Jul 31, 2023 UTC)
- Added support for Direct Call quality monitoring in Sendbird Dashboard.