diff --git a/react/features/invite/components/info-dialog/InfoDialog.web.js b/react/features/invite/components/info-dialog/InfoDialog.web.js index 4209d1d3e..14a95291b 100644 --- a/react/features/invite/components/info-dialog/InfoDialog.web.js +++ b/react/features/invite/components/info-dialog/InfoDialog.web.js @@ -128,7 +128,7 @@ class InfoDialog extends Component { let phoneNumber = state.phoneNumber; if (!state.phoneNumber && props.dialIn.numbers) { - phoneNumber = _getDefaultPhoneNumber(props.dialIn); + phoneNumber = _getDefaultPhoneNumber(props.dialIn.numbers); } return {