mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 21:22:00 +02:00
Ajust the channel string.
now using: "org.overte.applications.cam360"
This commit is contained in:
parent
7a044447c9
commit
af66e256ce
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
var thisPageName = "cam360.html";
|
||||
var currentPath = window.location.protocol + "//" + window.location.host + window.location.pathname;
|
||||
var ROOTPATH = currentPath.replace(thisPageName, "");
|
||||
var channel = "cam360.ak.overte.com";
|
||||
var channel = "org.overte.applications.cam360";
|
||||
|
||||
var last360photo = "";
|
||||
var isCameraActive = false;
|
||||
|
|
|
@ -349,7 +349,7 @@
|
|||
var APP_ICON_INACTIVE = ROOT + "resources/images/icons/cam360-i.svg";
|
||||
var APP_ICON_ACTIVE = ROOT + "resources/images/icons/cam360-a.svg";
|
||||
var appStatus = false;
|
||||
var channel = "cam360.ak.overte.com";
|
||||
var channel = "org.overte.applications.cam360";
|
||||
|
||||
var timestamp = 0;
|
||||
var INTERCALL_DELAY = 200; //0.3 sec
|
||||
|
|
Loading…
Reference in a new issue