Skip to content

Commit 74f1184

Browse files
authored
Merge pull request #15 from sendbird/release/1.10.20
Release 1.10.20
2 parents 84780f5 + dd2534e commit 74f1184

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Change Log
2+
### 1.10.20 (Nov 5, 2024 UTC)
3+
* Fixed the bug that local stream become disabled when a user hold other direct call.
4+
* Added start_ts and end_ts to the DirectCallLogListQueryParams.
5+
6+
27
### 1.10.19 (Mar 21, 2024 UTC)
38
* Fixed the crash of the previous version
49

SendBirdCall.min.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.10.19 */
1+
/** 1.10.20 */
22
// eslint-disable-next-line no-undef,max-classes-per-file
33
export as namespace SendBirdCall;
44

@@ -420,6 +420,8 @@ export interface RoomListQuery {
420420
export interface DirectCallLogListQueryParams {
421421
myRole?: DirectCallUserRole;
422422
endResults?: DirectCallEndResult[];
423+
startedAt?: number;
424+
endedAt?: number;
423425
limit?: number;
424426
}
425427

SendBirdCall.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-calls",
3-
"version": "1.10.19",
3+
"version": "1.10.20",
44
"authors": [
55
"SendBird <support@sendbird.com>"
66
],

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-calls",
3-
"version": "1.10.19",
3+
"version": "1.10.20",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)