2023-01-07 19:06:04 +01:00
|
|
|
const JITSI_DOMAIN = "thisisnotajitsi.filefighter.de";
|
2023-01-21 11:18:41 +01:00
|
|
|
const WEBSOCKET_URL = "ws" + (window.location.protocol == "https:" ? "s" : "") + "://" + window.location.host + "/ws"
|
2023-01-07 19:06:04 +01:00
|
|
|
|
2023-01-21 11:18:41 +01:00
|
|
|
export { JITSI_DOMAIN, WEBSOCKET_URL };
|