Prevent ringing until app hasInitialLoadCompleted

This commit is contained in:
Jamie Kyle 2024-03-07 10:03:38 -08:00 committed by GitHub
parent 73e8bec42f
commit f61954ee5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View file

@ -425,6 +425,7 @@ const mapStateToProps = (state: StateType) => {
availableCameras: state.calling.availableCameras,
getGroupCallVideoFrameSource,
getPreferredBadge: getPreferredBadgeSelector(state),
hasInitialLoadCompleted: state.app.hasInitialLoadCompleted,
i18n: getIntl(state),
isGroupCallRaiseHandEnabled: isGroupCallRaiseHandEnabled(),
isGroupCallReactionsEnabled: isGroupCallReactionsEnabled(),