While in call link call show unknown contacts discretely
This commit is contained in:
parent
82941c6c4a
commit
92f25e8a75
4 changed files with 74 additions and 8 deletions
|
@ -62,6 +62,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
|||
callLink: getCallLink(overrideProps.callLink || {}),
|
||||
i18n,
|
||||
isCallLinkAdmin: overrideProps.isCallLinkAdmin || false,
|
||||
isUnknownContactDiscrete: overrideProps.isUnknownContactDiscrete || false,
|
||||
ourServiceId: generateAci(),
|
||||
participants: overrideProps.participants || [],
|
||||
onClose: action('on-close'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue