"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7313/react/features/mobile/call-integration/actionTypes.ts" (2 Jun 2023, 313 Bytes) of package /linux/misc/jitsi-meet-7313.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 to set CallKit's and ConnectionService's event
    3  * subscriptions.
    4  *
    5  * {
    6  *     type: _SET_CALL_INTEGRATION_SUBSCRIPTIONS,
    7  *     subscriptions: Array|undefined
    8  * }
    9  *
   10  * @protected
   11  */
   12 export const _SET_CALL_INTEGRATION_SUBSCRIPTIONS
   13     = '_SET_CALL_INTEGRATION_SUBSCRIPTIONS';