mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Update AndroidControlledAudioOutput.ts
This commit is contained in:
@@ -226,6 +226,7 @@ export class AndroidControlledAudioOutput implements MediaDevice<
|
|||||||
...state,
|
...state,
|
||||||
preferredDeviceId: action.deviceId,
|
preferredDeviceId: action.deviceId,
|
||||||
selectedDeviceId: chosenDevice,
|
selectedDeviceId: chosenDevice,
|
||||||
|
nativeSelectedDeviceId: undefined,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
case "nativeSideUpdatedDevice": {
|
case "nativeSideUpdatedDevice": {
|
||||||
|
|||||||
Reference in New Issue
Block a user