"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7329/react/features/no-audio-signal/actionTypes.ts" (9 Jun 2023, 355 Bytes) of package /linux/misc/jitsi-meet-7329.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 pending notification UID
    3  * to use it when hiding the notification is necessary, or unset it when
    4  * undefined (or no param) is passed.
    5  *
    6  * {
    7  *     type: SET_CURRENT_NOTIFICATION_UID,
    8  *     uid: ?number
    9  * }
   10  */
   11 export const SET_NO_AUDIO_SIGNAL_NOTIFICATION_UID = 'SET_NO_AUDIO_SIGNAL_NOTIFICATION_UID';