mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-27 17:52:56 +00:00
Quickfix for testing
This commit is contained in:
@@ -325,6 +325,7 @@ function useControlledOutput(): MediaDevice {
|
||||
);
|
||||
const earpiceDevice = useObservableEagerState(
|
||||
setOutputDevices$.pipe(
|
||||
startWith<OutputDevice[]>([]),
|
||||
map((devices) => devices.find((d) => d.forEarpiece)),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user