Skip to content

Releases: sendbird/sendbird-calls-javascript

1.10.19

21 Mar 05:37
84780f5
Compare
Choose a tag to compare

1.10.19 (Mar 21, 2024 UTC)

  • Fixed the crash of the previous version

1.10.18

14 Mar 13:15
1e02314
Compare
Choose a tag to compare

1.10.18 (Mar 14, 2024 UTC)

  • Updated the WebRTC version
  • Improved WebRTC internal logging

1.10.17

21 Feb 08:54
4148dbe
Compare
Choose a tag to compare

1.10.17 (Feb 21, 2024 UTC)

  • Added webhook property in DialParams.

1.10.16

21 Feb 08:16
aec9809
Compare
Choose a tag to compare

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

15 Sep 06:31
4a7ad18
Compare
Choose a tag to compare

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

16 Aug 15:09
2ad2d4c
Compare
Choose a tag to compare

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

04 Aug 07:53
ee0be71
Compare
Choose a tag to compare

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

02 Aug 09:15
af6a612
Compare
Choose a tag to compare

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

31 Jul 08:23
c723f87
Compare
Choose a tag to compare

1.10.11 (Jul 31, 2023 UTC)

  • Added support for Direct Call quality monitoring in Sendbird Dashboard.

1.10.10

16 Jun 08:17
Compare
Choose a tag to compare

1.10.10 (Jun 16, 2023)

  • Added DirectCall.onCalleeDialReceived event listener to notify the caller when the callee has received the call. This listener will be called when the callee has received the SendBirdCallListener.onRinging event.