[mirotalksfu] - fix refresh devices

هذا الالتزام موجود في:
Miroslav Pejic
2024-03-17 09:42:03 +01:00
الأصل d6367ea4cd
التزام 19cc3756cb

عرض الملف

@@ -954,6 +954,7 @@ async function handleAudioVideo() {
hide(initVideoButton);
hide(initVideoAudioRefreshButton);
}
if (isAudioAllowed && isVideoAllowed && !DetectRTC.isMobileDevice) show(initVideoAudioRefreshButton);
setColor(initAudioVideoButton, isAudioVideoAllowed ? 'white' : 'red');
setColor(initAudioButton, isAudioAllowed ? 'white' : 'red');
setColor(initVideoButton, isVideoAllowed ? 'white' : 'red');