[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-20 18:41:58 +01:00
الأصل 3634b6f162
التزام e37de47d7b

عرض الملف

@@ -228,9 +228,10 @@ function makeId(length) {
async function initEnumerateDevices() {
console.log('01 ----> init Enumerate Devices');
whoAreYou();
await initEnumerateVideoDevices();
await initEnumerateAudioDevices();
hide(loadingDiv);
whoAreYou();
if (!isVideoAllowed) {
hide(initVideo);
hide(initVideoSelect);
@@ -242,7 +243,6 @@ async function initEnumerateDevices() {
if (!isAudioAllowed && !isVideoAllowed && !joinRoomWithoutAudioVideo) {
openURL(`/permission?room_id=${room_id}&message=Not allowed both Audio and Video`);
} else {
hide(loadingDiv);
setButtonsInit();
setSelectsInit();
handleSelectsInit();