Add flags to optimize EC device handling
This commit is contained in:
@@ -22,6 +22,9 @@ export interface OutputDevice {
|
||||
id: string;
|
||||
name: string;
|
||||
forEarpiece?: boolean;
|
||||
isEarpiece?: boolean;
|
||||
isSpeaker?: boolean;
|
||||
isBluetooth?: boolean;
|
||||
}
|
||||
|
||||
export const setPipEnabled$ = new Subject<boolean>();
|
||||
|
||||
Reference in New Issue
Block a user