Skip to content

Commit 4b7785c

Browse files
committed
0.6.6
1 parent 6fe9049 commit 4b7785c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
### 0.6.6 (Jan 22, 2020)
4+
* Call is automatically disconnected after certain time (currently 1 min) when one peer leaves call session without explicitly hanging up.
5+
* Removed redundant deprecation warning in callOption.
6+
7+
38
### 0.6.5 (Jan 8, 2020)
49
* Changed some parameters names of `callOption`.
510
* `callOption.localVideoView` and `callOption.remoteVideoView` is now deprecated.

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": "0.6.5",
3+
"version": "0.6.6",
44
"authors": [
55
"SendBird <[email protected]>"
66
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-calls",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"scripts": {
@@ -23,4 +23,4 @@
2323
"url": "https://github.com/sendbird/sendbird-calls-javascript/issues"
2424
},
2525
"homepage": "https://sendbird.com"
26-
}
26+
}

0 commit comments

Comments
 (0)