Skip to content

Commit 76d910b

Browse files
committed
1.6.1
1 parent 857bb03 commit 76d910b

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
### 1.6.1 (May 21, 2021 UTC)
4+
* Bug fix
5+
* Fixed the error and undefined behavior in recording feature.
6+
* Now, `DirectCall.startRecording()` produces `.webm` file in Chrome and Firefox, `.mp4` file in Safari.
7+
* Fixed the noise when calling `addDirectCallSound()`.
8+
* Fixed the bug that sometimes the error message of `authenticate()` is blank.
9+
310
### 1.6.0 (April 22, 2021 UTC)
411
* Added support for group call.
512
* Below class is added in `SendBirdCall`

SendBirdCall.min.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.6.0 */
1+
/** 1.6.1 */
22
// eslint-disable-next-line no-undef,max-classes-per-file
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.6.0",
3+
"version": "1.6.1",
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.6.0",
3+
"version": "1.6.1",
44
"description": "SendBird Calls JavaScript SDK",
55
"main": "SendBirdCall.min.js",
66
"types": "SendBirdCall.min.d.ts",

0 commit comments

Comments
 (0)