1 /** 2 * The type of (redux) action which sets the visibility of the audio settings popup. 3 */ 4 export const SET_AUDIO_SETTINGS_VISIBILITY = 'SET_AUDIO_SETTINGS_VISIBILITY'; 5 6 /** 7 * The type of (redux) action which sets the visibility of the video settings popup. 8 */ 9 export const SET_VIDEO_SETTINGS_VISIBILITY = 'SET_VIDEO_SETTINGS_VISIBILITY';