Skip to content

Commit a2c2cf6

Browse files
committed
1.0.1
1 parent f5c2e0d commit a2c2cf6

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
### 1.0.1 (Mar 25, 2020)
3+
* Bug fix
4+
* Fixed the bug that `onRemoteVideoSettingsChanged` doesn't fire.
5+
* The default value of `callOption.videoEnabled` is changed to `ture`.
26
### 1.0.0 (Mar 24, 2020)
37
* README has been updated. Refer to readme to learn how to configure media devices.
48
* Interfaces for media devices are added / changed.

SendBirdCall.min.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.0.0 */
1+
/** 1.0.1 */
22

33
export as namespace SendBirdCall;
44

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.0.0",
3+
"version": "1.0.1",
44
"authors": [
55
"SendBird <[email protected]>"
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.0.0",
3+
"version": "1.0.1",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)