mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-07 21:45:18 +00:00
@@ -392,7 +392,8 @@ export class MediaDevices {
|
|||||||
public readonly audioOutput: MediaDevice<
|
public readonly audioOutput: MediaDevice<
|
||||||
AudioOutputDeviceLabel,
|
AudioOutputDeviceLabel,
|
||||||
SelectedAudioOutputDevice
|
SelectedAudioOutputDevice
|
||||||
> = getUrlParams().controlledAudioDevices
|
> =
|
||||||
|
getUrlParams().controlledAudioDevices && platform !== "ios"
|
||||||
? new ControlledAudioOutput(this.scope)
|
? new ControlledAudioOutput(this.scope)
|
||||||
: new AudioOutput(this.usingNames$, this.scope);
|
: new AudioOutput(this.usingNames$, this.scope);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user