Show 'join anyway' in verify dialog when joining call
This commit is contained in:
parent
b6ed789197
commit
507986db92
11 changed files with 85 additions and 46 deletions
|
@ -61,8 +61,13 @@ const getCommonProps = (options: {
|
|||
conversationId: conversation.id,
|
||||
i18n,
|
||||
isNextItemCallingNotification: false,
|
||||
onOutgoingAudioCallInConversation: action(
|
||||
'onOutgoingAudioCallInConversation'
|
||||
),
|
||||
onOutgoingVideoCallInConversation: action(
|
||||
'onOutgoingVideoCallInConversation'
|
||||
),
|
||||
returnToActiveCall: action('returnToActiveCall'),
|
||||
startCallingLobby: action('startCallingLobby'),
|
||||
callHistory: {
|
||||
callId: '123',
|
||||
peerId: conversation.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue