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

sendbird-calls

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendbird-calls - npm Package Compare versions

Comparing version

to
1.10.20

{
"name": "sendbird-calls",
"version": "1.10.19",
"version": "1.10.20",
"authors": [

@@ -5,0 +5,0 @@ "SendBird <support@sendbird.com>"

# Change Log
### 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 (Mar 21, 2024 UTC)

@@ -3,0 +8,0 @@ * Fixed the crash of the previous version

{
"name": "sendbird-calls",
"version": "1.10.19",
"version": "1.10.20",
"description": "SendBird Calls JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "SendBirdCall.min.js",

@@ -1,2 +0,2 @@

/** 1.10.19 */
/** 1.10.20 */
// eslint-disable-next-line no-undef,max-classes-per-file

@@ -423,2 +423,4 @@ export as namespace SendBirdCall;

endResults?: DirectCallEndResult[];
startedAt?: number;
endedAt?: number;
limit?: number;

@@ -425,0 +427,0 @@ }

Sorry, the diff of this file is too big to display