"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7312/react/features/settings/actionTypes.ts" (1 Jun 2023, 343 Bytes) of package /linux/misc/jitsi-meet-7312.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    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';