mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Refresh call view when a user starts a group call in the conversation view
This commit is contained in:
parent
a5db77fd7c
commit
750c27001f
1 changed files with 2 additions and 0 deletions
|
|
@ -205,6 +205,8 @@ class ConversationModel: ObservableObject, Identifiable {
|
|||
callParams.videoDirection = .RecvOnly
|
||||
|
||||
Log.info("\(ConversationModel.TAG) Inviting \(participantsList.count) participant(s) into newly created conference")
|
||||
|
||||
self.conferenceAddDelegate(core: core, conference: conference)
|
||||
|
||||
try conference.inviteParticipants(addresses: participantsList, params: callParams)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue