mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-11 04:27:03 +00:00
add change audio button with callback on ios
This commit is contained in:
@@ -15,6 +15,7 @@ export interface Controls {
|
||||
setOutputDevice(id: string): void;
|
||||
onOutputDeviceSelect?: (id: string) => void;
|
||||
setOutputEnabled(enabled: boolean): void;
|
||||
showNativeOutputDevicePicker?: () => void;
|
||||
}
|
||||
|
||||
export interface OutputDevice {
|
||||
|
||||
Reference in New Issue
Block a user