Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit bc10e80

Browse files
authored
Release quickstart sample 1.4.0 (#15)
1 parent 3477d76 commit bc10e80

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/views/CallLogItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class CallLogItem {
122122
this.element = wrapper;
123123
this.btnCallVideo = btnCallVideo;
124124
this.btnCallVoice = btnCallVoice;
125-
this.destPeerID = displayName;
125+
this.destPeerID = displayId;
126126
} else {
127127
const wrapper = createDiv({ id: 'empty_calllog', className: className });
128128
const icoCallLogEmpty = createDiv({ className: `${classes['icoCallLogEmpty']}` });

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "calls-quickstart",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "app.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"express": "^4.17.1",
3535
"jss": "^10.0.3",
3636
"jss-preset-default": "^10.0.3",
37-
"sendbird-calls": "^1.3.0",
37+
"sendbird-calls": "^1.4.1",
3838
"uuid": "^3.3.3"
3939
}
4040
}

0 commit comments

Comments
 (0)