mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-03 11:44:37 +00:00
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