diff --git a/react/features/invite/components/info-dialog/web/InfoDialogButton.js b/react/features/invite/components/info-dialog/web/InfoDialogButton.js index 8a590adf0..292cc275c 100644 --- a/react/features/invite/components/info-dialog/web/InfoDialogButton.js +++ b/react/features/invite/components/info-dialog/web/InfoDialogButton.js @@ -250,10 +250,11 @@ class InfoDialogButton extends Component { function _mapStateToProps(state) { const currentLiveStreamingSession = getActiveSession(state, JitsiRecordingConstants.mode.STREAM); + const { iAmRecorder, iAmSipGateway } = state['features/base/config']; return { _dialIn: state['features/invite'], - _disableAutoShow: state['features/base/config'].iAmRecorder, + _disableAutoShow: iAmRecorder || iAmSipGateway, _isConferenceJoined: Boolean(state['features/base/conference'].conference), _liveStreamViewURL: