Skip to content

Commit 092524e

Browse files
committed
1.2.3
1 parent 32c90e8 commit 092524e

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-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.2.3 (August 13, 2020)
3+
* Bug fix
4+
* Fixed the unexpected exceptions.
5+
* Improved stability
26
### 1.2.2 (July 28, 2020)
37
* Replaced MediaDeviceInfo with InputDeviceInfo in following `SendBirdCall` methods
48
* `getCurrentAudioInputDevice(): InputDeviceInfo`

SendBirdCall.min.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** 1.2.2 */
1+
/** 1.2.3 */
22

33
// eslint-disable-next-line no-undef
44
export as namespace SendBirdCall;
@@ -238,6 +238,7 @@ export interface MediaAccess {
238238
dispose(): void;
239239
}
240240

241+
/* eslint-disable babel/camelcase */
241242
export interface WebhookData {
242243
category: string;
243244
occured_at: number;
@@ -251,3 +252,4 @@ export interface WebhookData {
251252
};
252253
[key: string]: any;
253254
}
255+
/* eslint-enable babel/camelcase */

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

0 commit comments

Comments
 (0)