"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7319/react/features/noise-suppression/actionTypes.ts" (6 Jun 2023, 236 Bytes) of package /linux/misc/jitsi-meet-7319.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  * Type of action which sets the current state of noise suppression.
    3  *
    4  * {
    5  *     type: SET_NOISE_SUPPRESSION_ENABLED,
    6  *     enabled: boolean
    7  * }
    8  */
    9 export const SET_NOISE_SUPPRESSION_ENABLED = 'SET_NOISE_SUPPRESSION_ENABLED';