Skip to content

Commit 1bb46b5

Browse files
author
Igor Khomenko
committed
fixed an issuw with WebRTC signaling adressing
1 parent 31ba2a8 commit 1bb46b5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "1.17.1",
4+
"version": "1.17.2",
55
"homepage": "http://quickblox.com/developers/Javascript",
66
"main": "quickblox.js",
77
"license": "BSD",

js/modules/qbWebRTC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ WebRTCProxy.prototype._sendMessage = function(userId, extension, type, callType,
549549

550550
params = {
551551
from: connection.jid,
552-
to: this.helpers.getUserJid(userId, this.service.getSession().application_id),
552+
to: this.helpers.getUserJid(userId, config.creds.appId),
553553
type: 'headline',
554554
id: Utils.getBsonObjectId()
555555
};

js/qbConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
var config = {
9-
version: '1.17.1',
9+
version: '1.17.2',
1010
creds: {
1111
appId: '',
1212
authKey: '',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickblox",
33
"description": "QuickBlox JavaScript SDK",
4-
"version": "1.17.1",
4+
"version": "1.17.2",
55
"homepage": "http://quickblox.com/developers/Javascript",
66
"main": "js/qbMain.js",
77
"license": [

quickblox.min.js

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

0 commit comments

Comments
 (0)