[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -1404,11 +1404,11 @@ function handleButtons() {
|
||||
};
|
||||
refreshVideoDevices.onclick = async () => {
|
||||
await refreshMyVideoDevices();
|
||||
rc.roomMessage('refreshMyVideoDevices', true);
|
||||
userLog('info', 'Refreshed video devices', 'top-end');
|
||||
};
|
||||
refreshAudioDevices.onclick = async () => {
|
||||
await refreshMyAudioDevices();
|
||||
rc.roomMessage('refreshMyAudioDevices', true);
|
||||
userLog('info', 'Refreshed audio devices', 'top-end');
|
||||
};
|
||||
applyAudioOptionsButton.onclick = () => {
|
||||
rc.closeThenProduce(RoomClient.mediaType.audio, microphoneSelect.value);
|
||||
|
||||
@@ -5132,12 +5132,6 @@ class RoomClient {
|
||||
case 'customThemeKeep':
|
||||
this.userLog('info', `${icons.theme} Custom theme keep ${status}`, 'top-end');
|
||||
break;
|
||||
case 'refreshMyVideoDevices':
|
||||
this.userLog('info', `${icons.refresh} Refreshed video devices`, 'top-end');
|
||||
break;
|
||||
case 'refreshMyAudioDevices':
|
||||
this.userLog('info', `${icons.refresh} Refreshed audio devices`, 'top-end');
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم