isBluetooth -> isExternalHeadset

This commit is contained in:
Timo
2025-05-16 17:06:54 +02:00
parent 35963bbc9e
commit 7f4b0a33f6
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export interface OutputDevice {
forEarpiece?: boolean;
isEarpiece?: boolean;
isSpeaker?: boolean;
isBluetooth?: boolean;
isExternalHeadset?: boolean;
}
export const setPipEnabled$ = new Subject<boolean>();