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

@ -72,6 +72,7 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
getPreferredBadge: () => undefined,
getPresentingSources: action('get-presenting-sources'),
hangUpActiveCall: action('hang-up-active-call'),
hasInitialLoadCompleted: true,
i18n,
incomingCall: null,
callLink: undefined,