Skip to content

Commit 2c5f59b

Browse files
committed
fixes for webRTC sample
1 parent ca4d996 commit 2c5f59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/webrtc/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
app.caller = user;
239239

240240
QB.chat.connect({
241-
jid: QB.chat.helpers.getUserJid( app.caller.id, CREDS.appId ),
241+
jid: QB.chat.helpers.getUserJid( app.caller.id, CONFIG.CREDENTIALS.appId ),
242242
password: 'webAppPass'
243243
}, function(err, res) {
244244
if(err) {

0 commit comments

Comments
 (0)