Calling: Lobby

This commit is contained in:
Josh Perez 2020-10-07 21:25:33 -04:00 committed by Josh Perez
parent 358ee4ab72
commit 59a181bd30
21 changed files with 1146 additions and 388 deletions

View file

@ -19,8 +19,9 @@ function renderDeviceSelection(): JSX.Element {
}
const mapStateToProps = (state: StateType) => {
const { calling } = state;
return {
...state.calling,
...calling,
i18n: getIntl(state),
renderDeviceSelection,
};