chore: remove unused modal ids constants (#11036)
This commit is contained in:
parent
0ce6fce58d
commit
a6b55b676c
|
@ -1,4 +0,0 @@
|
||||||
/**
|
|
||||||
* Modal view ID of the SharedDocument view.
|
|
||||||
*/
|
|
||||||
export const SHARE_DOCUMENT_VIEW_ID = 'SHARE_DOCUMENT_VIEW_ID';
|
|
|
@ -1,5 +1,4 @@
|
||||||
export * from './actions';
|
export * from './actions';
|
||||||
export * from './actionTypes';
|
export * from './actionTypes';
|
||||||
export * from './components';
|
export * from './components';
|
||||||
export * from './constants';
|
|
||||||
export * from './functions';
|
export * from './functions';
|
||||||
|
|
|
@ -7,11 +7,6 @@
|
||||||
*/
|
*/
|
||||||
export const DIAL_IN_INFO_PAGE_PATH_NAME = 'static/dialInInfo.html';
|
export const DIAL_IN_INFO_PAGE_PATH_NAME = 'static/dialInInfo.html';
|
||||||
|
|
||||||
/**
|
|
||||||
* Modal ID for the DialInSummary modal.
|
|
||||||
*/
|
|
||||||
export const DIAL_IN_SUMMARY_VIEW_ID = 'DIAL_IN_SUMMARY_VIEW_ID';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The identifier of the sound to be played when the status of an outgoing call
|
* The identifier of the sound to be played when the status of an outgoing call
|
||||||
* is expired.
|
* is expired.
|
||||||
|
|
|
@ -7,11 +7,6 @@ export const SETTINGS_TABS = {
|
||||||
SOUNDS: 'sounds_tab'
|
SOUNDS: 'sounds_tab'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* View ID for the Settings modal.
|
|
||||||
*/
|
|
||||||
export const SETTINGS_VIEW_ID = 'SETTINGS_VIEW_ID';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default frame rate to be used for capturing screenshare.
|
* Default frame rate to be used for capturing screenshare.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue