Skip to content

Release 1.10.11 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log

### 1.10.10 (Jun 16, 2023)
### 1.10.11 (Jul 31, 2023 UTC)
* Added support for Direct Call quality monitoring in Sendbird Dashboard.

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

### 1.10.9 (May 10, 2023 UTC)
Expand Down
2 changes: 1 addition & 1 deletion SendBirdCall.min.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** 1.10.10 */
/** 1.10.11 */
// eslint-disable-next-line no-undef,max-classes-per-file
export as namespace SendBirdCall;

Expand Down
4 changes: 2 additions & 2 deletions SendBirdCall.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird-calls",
"version": "1.10.10",
"version": "1.10.11",
"authors": [
"SendBird <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird-calls",
"version": "1.10.10",
"version": "1.10.11",
"description": "SendBird Calls JavaScript SDK",
"main": "SendBirdCall.min.js",
"types": "SendBirdCall.min.d.ts",
Expand Down