jiti-meet/react/features/lobby/functions.js

12 lines
194 B
JavaScript
Raw Normal View History

// @flow
/**
* Selector to return lobby state.
*
* @param {any} state - State object.
* @returns {any}
*/
export function getLobbyState(state: any) {
return state['features/lobby'];
}