Skip to content

Commit aec9809

Browse files
authored
Merge pull request #11 from sendbird/release/1.10.16
Release 1.10.16
2 parents 4a7ad18 + c0b3ce7 commit aec9809

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
### 1.10.16 (Dec 15, 2023 UTC)
3+
* Added `DirectCallEndResult.NOT_CONNECTED`. When a direct call is ended before connecting, the call will have an end result of `DirectCallEndResult.NOT_CONNECTED`.
4+
25
### 1.10.15 (Sep 15, 2023 UTC)
36
* Fixed a bug in the local recording that the output file contains a black screen in the bad network sometimes.
47
* Fixed a bug in the local recording that the previous larger frame lasts when the resolution has been lowered in the bad network.

SendBirdCall.min.d.ts

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

@@ -91,6 +91,7 @@ export enum DirectCallEndResult {
9191
TIMED_OUT = 'timed_out',
9292
DIAL_FAILED = 'dial_failed',
9393
ACCEPT_FAILED = 'accept_failed',
94+
NOT_CONNECTED = 'not_connected',
9495
UNKNOWN = 'unknown'
9596
}
9697

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.15",
3+
"version": "1.10.16",
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.15",
3+
"version": "1.10.16",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)