New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sendbird-calls

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendbird-calls - npm Package Versions

234567

1.10.20

Diff
sendbird
published 1.10.20 •

Changelog

Source

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.
sendbird
published 1.10.19 •

Changelog

Source

1.10.19 (Mar 21, 2024 UTC)

  • Fixed the crash of the previous version
sendbird
published 1.10.18 •

Changelog

Source

1.10.18 (Mar 14, 2024 UTC)

  • Updated the WebRTC version
  • Improved WebRTC internal logging
sendbird
published 1.10.17 •

Changelog

Source

1.10.17 (Feb 21, 2024 UTC)

  • Added webhook property in DialParams.
sendbird
published 1.10.16 •

Changelog

Source

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.
sendbird
published 1.10.15 •

Changelog

Source

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.
sendbird
published 1.10.14 •

Changelog

Source

1.10.14 (Aug 17, 2023 UTC)

  • Fixed an issue where call will not be properly reconnected after network connection has been lost.
sendbird
published 1.10.13 •

Changelog

Source

1.10.13 (Aug 4, 2023 UTC)

  • Fixed an issue where CSP(Content Security Policy) error occurs if script-src is self.
sendbird
published 1.10.11 •

Changelog

Source

1.10.11 (Jul 31, 2023 UTC)

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

Changelog

Source

1.10.10 (Jun 16, 2023 UTC)

  • 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.