|
|
|
@ -291,7 +291,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
handleAudioInputIdChange(audioInputId) { |
|
|
|
if (this.showDevices) { |
|
|
|
if (this.showDevices && this.showMicrophoneOn) { |
|
|
|
// If device is changed from bottom bar, it should not be muted |
|
|
|
this.model.set('resumeAudioAfterChange', true) |
|
|
|
} |
|
|
|
|