mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-03 11:44:37 +00:00
isBluetooth -> isExternalHeadset
This commit is contained in:
@@ -24,7 +24,7 @@ export interface OutputDevice {
|
||||
forEarpiece?: boolean;
|
||||
isEarpiece?: boolean;
|
||||
isSpeaker?: boolean;
|
||||
isBluetooth?: boolean;
|
||||
isExternalHeadset?: boolean;
|
||||
}
|
||||
|
||||
export const setPipEnabled$ = new Subject<boolean>();
|
||||
|
||||
Reference in New Issue
Block a user