Sfoglia il codice sorgente

feat(native-participants-pane) updated slider volume private prop

master
Calin Chitu 4 anni fa
parent
commit
fefe451180

+ 2
- 1
react/features/video-menu/components/native/VolumeSlider.js Vedi File

@@ -148,7 +148,8 @@ function mapStateToProps(state, ownProps): Object {
148 148
 
149 149
     return {
150 150
         _startSilent: Boolean(startSilent),
151
-        _volume: localParticipant ? undefined : participantsVolume[participantID]
151
+        _volume: localParticipant ? undefined : participantID
152
+            ? participantsVolume[participantID] : undefined
152 153
     };
153 154
 }
154 155
 

Loading…
Annulla
Salva