Kaynağa Gözat

addressed review comments

master
Nils Ohlmeier 3 yıl önce
ebeveyn
işleme
cd6a814978
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      modules/devices/mediaDeviceHelper.js

+ 2
- 2
modules/devices/mediaDeviceHelper.js Dosyayı Görüntüle

80
             return availableAudioInputDevices[0].deviceId;
80
             return availableAudioInputDevices[0].deviceId;
81
         }
81
         }
82
     } else if (selectedAudioInputDevice
82
     } else if (selectedAudioInputDevice
83
-        && selectedAudioInputDeviceId !== localAudio.getDeviceId()) {
83
+        && selectedAudioInputDeviceId !== localAudioDeviceId) {
84
 
84
 
85
         if (newLabel) {
85
         if (newLabel) {
86
             // If a Firefox user with manual permission prompt chose a different
86
             // If a Firefox user with manual permission prompt chose a different
132
             return availableVideoInputDevices[0].deviceId;
132
             return availableVideoInputDevices[0].deviceId;
133
         }
133
         }
134
     } else if (selectedVideoInputDevice
134
     } else if (selectedVideoInputDevice
135
-            && selectedVideoInputDeviceId !== localVideo.getDeviceId()) {
135
+            && selectedVideoInputDeviceId !== localVideoDeviceId) {
136
 
136
 
137
         if (newLabel) {
137
         if (newLabel) {
138
             // If a Firefox user with manual permission prompt chose a different
138
             // If a Firefox user with manual permission prompt chose a different

Loading…
İptal
Kaydet