Calling: Lobby
This commit is contained in:
parent
358ee4ab72
commit
59a181bd30
21 changed files with 1146 additions and 388 deletions
|
@ -19,8 +19,9 @@ function renderDeviceSelection(): JSX.Element {
|
|||
}
|
||||
|
||||
const mapStateToProps = (state: StateType) => {
|
||||
const { calling } = state;
|
||||
return {
|
||||
...state.calling,
|
||||
...calling,
|
||||
i18n: getIntl(state),
|
||||
renderDeviceSelection,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue