add earpice mode
This commit is contained in:
@@ -19,6 +19,7 @@ export interface Controls {
|
||||
export interface OutputDevice {
|
||||
id: string;
|
||||
name: string;
|
||||
forEarpiece?: boolean;
|
||||
}
|
||||
|
||||
export const setPipEnabled$ = new Subject<boolean>();
|
||||
|
||||
Reference in New Issue
Block a user