[mirotalksfu] - join room without cam and audio

هذا الالتزام موجود في:
Miroslav Pejic
2022-05-13 08:32:36 +02:00
الأصل 2fa4b2e18b
التزام 3f0d9564f7

عرض الملف

@@ -175,14 +175,16 @@ async function initEnumerateDevices() {
isVideoAllowed = false;
});
if (!isAudioAllowed && !isVideoAllowed) {
openURL(`/permission?room_id=${room_id}&message=Not allowed both Audio and Video`);
} else {
// The user without audio or webcam can't join
// if (!isAudioAllowed && !isVideoAllowed) {
// openURL(`/permission?room_id=${room_id}&message=Not allowed both Audio and Video`);
// return false;
// }
hide(loadingDiv);
getPeerGeoLocation();
whoAreYou();
}
}
function enumerateAudioDevices(stream) {
console.log('02 ----> Get Audio Devices');