mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
use non controlled audio output again
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -392,9 +392,10 @@ export class MediaDevices {
|
|||||||
public readonly audioOutput: MediaDevice<
|
public readonly audioOutput: MediaDevice<
|
||||||
AudioOutputDeviceLabel,
|
AudioOutputDeviceLabel,
|
||||||
SelectedAudioOutputDevice
|
SelectedAudioOutputDevice
|
||||||
> = getUrlParams().controlledAudioDevices
|
> =
|
||||||
? new ControlledAudioOutput(this.scope)
|
// getUrlParams().controlledAudioDevices
|
||||||
: new AudioOutput(this.usingNames$, this.scope);
|
// ? new ControlledAudioOutput(this.scope):
|
||||||
|
new AudioOutput(this.usingNames$, this.scope);
|
||||||
|
|
||||||
public readonly videoInput: MediaDevice<DeviceLabel, SelectedDevice> =
|
public readonly videoInput: MediaDevice<DeviceLabel, SelectedDevice> =
|
||||||
new VideoInput(this.usingNames$, this.scope);
|
new VideoInput(this.usingNames$, this.scope);
|
||||||
|
|||||||
Reference in New Issue
Block a user