[MM-51514] Allow Calls widget to open user settings (#3109)
* Allow Calls widget to open user settings * Bump api-types version * Bump
This commit is contained in:
@@ -76,6 +76,9 @@ export type DesktopAPI = {
|
||||
openStopRecordingModal: (channelID: string) => void;
|
||||
onOpenStopRecordingModal: (listener: (channelID: string) => void) => () => void;
|
||||
|
||||
openCallsUserSettings: () => void;
|
||||
onOpenCallsUserSettings: (listener: () => void) => () => void;
|
||||
|
||||
// Utility
|
||||
unregister: (channel: string) => void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user