[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:
Claudio Costa
2024-07-24 17:56:45 +02:00
committed by GitHub
parent 314f7ab96f
commit e2cc1cee4b
8 changed files with 16 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ export const CALLS_ERROR = 'calls-error';
export const CALLS_JOIN_REQUEST = 'calls-join-request';
export const CALLS_WIDGET_OPEN_THREAD = 'calls-widget-open-thread';
export const CALLS_WIDGET_OPEN_STOP_RECORDING_MODAL = 'calls-widget-open-stop-recording-modal';
export const CALLS_WIDGET_OPEN_USER_SETTINGS = 'calls-widget-open-user-settings';
export const REQUEST_CLEAR_DOWNLOADS_DROPDOWN = 'request-clear-downloads-dropdown';
export const CLOSE_DOWNLOADS_DROPDOWN = 'close-downloads-dropdown';