[mirotalksfu] - fix share roomUrl if query params

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-07 07:59:21 +02:00
الأصل 0380ece784
التزام 3025652cb6

عرض الملف

@@ -19,7 +19,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
// STATIC SETTINGS
// ####################################################
const RoomURL = window.location.href;
console.log('Window Location', window.location);
const socket = io({ transports: ['websocket'] });
@@ -130,6 +130,8 @@ let initStream = null;
let scriptProcessor = null;
const RoomURL = window.location.origin + '/join/' + room_id;
// ####################################################
// INIT ROOM
// ####################################################