Start with websocket backend connection
This commit is contained in:
parent
739c05daa1
commit
279d7ea502
4 changed files with 56 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
const JITSI_DOMAIN = "thisisnotajitsi.filefighter.de";
|
||||
const WEBSOCKET_URL = "ws" + (window.location.protocol == "https:" ? "s" : "") + "://" + window.location.host + "/ws"
|
||||
|
||||
export { JITSI_DOMAIN };
|
||||
export { JITSI_DOMAIN, WEBSOCKET_URL };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue