Ajust the channel string.

now using: "org.overte.applications.cam360"
This commit is contained in:
Alezia Kurdis 2022-09-17 21:36:33 -04:00 committed by GitHub
parent 7a044447c9
commit af66e256ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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