"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7305/react/features/participants-pane/actionTypes.ts" (26 May 2023, 375 Bytes) of package /linux/misc/jitsi-meet-7305.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  * Action type to signal the closing of the participants pane.
    3  */
    4 export const PARTICIPANTS_PANE_CLOSE = 'PARTICIPANTS_PANE_CLOSE';
    5 
    6 /**
    7  * Action type to signal the opening of the participants pane.
    8  */
    9 export const PARTICIPANTS_PANE_OPEN = 'PARTICIPANTS_PANE_OPEN';
   10 
   11 /**
   12  * Action type to set the volume of the participant.
   13  */
   14 export const SET_VOLUME = 'SET_VOLUME';