|
|
@ -1,6 +1,6 @@
|
|
|
|
let admin_chat_ws_scheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
let admin_chat_ws_scheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
let protocol = window.location.protocol === "https:" ? "https" : "http";
|
|
|
|
let protocol = window.location.protocol === "https:" ? "https" : "http";
|
|
|
|
let admin_chat_domain = "192.168.1.111:8000";
|
|
|
|
let admin_chat_domain = "osina.ositcom.com";
|
|
|
|
let userId = document.getElementById('userId').textContent.trim();
|
|
|
|
let userId = document.getElementById('userId').textContent.trim();
|
|
|
|
let osichatadminroomSocket = null;
|
|
|
|
let osichatadminroomSocket = null;
|
|
|
|
let currentChatId = null;
|
|
|
|
let currentChatId = null;
|
|
|
|