Refresh call view when a user starts a group call in the conversation view

This commit is contained in:
Benoit Martins 2025-08-27 14:27:56 +02:00
parent a5db77fd7c
commit 750c27001f

View file

@ -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)