[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:
2
api-types/lib/index.d.ts
vendored
2
api-types/lib/index.d.ts
vendored
@@ -63,5 +63,7 @@ export type DesktopAPI = {
|
||||
onOpenThreadForCalls: (listener: (threadID: string) => void) => () => void;
|
||||
openStopRecordingModal: (channelID: string) => void;
|
||||
onOpenStopRecordingModal: (listener: (channelID: string) => void) => () => void;
|
||||
openCallsUserSettings: () => void;
|
||||
onOpenCallsUserSettings: (listener: () => void) => () => void;
|
||||
unregister: (channel: string) => void;
|
||||
};
|
||||
|
Reference in New Issue
Block a user