mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
Add onBackButtonPressed controls api (#3357)
* Add `onBackButtonPressed` controls api * Update docs/controls.md Co-authored-by: Robin <robin@robin.town> --------- Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -30,6 +30,8 @@ export interface Controls {
|
||||
/** @deprecated use showNativeAudioDevicePicker instead*/
|
||||
showNativeOutputDevicePicker?: () => void;
|
||||
showNativeAudioDevicePicker?: () => void;
|
||||
|
||||
onBackButtonPressed?: () => void;
|
||||
}
|
||||
|
||||
export interface OutputDevice {
|
||||
|
||||
Reference in New Issue
Block a user