mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Added local group call subject when merging calls
This commit is contained in:
parent
fc3f48363f
commit
4cb99a62a0
1 changed files with 1 additions and 0 deletions
|
|
@ -791,6 +791,7 @@ import AVFoundation
|
|||
do {
|
||||
if let core = lc, let params = try? core.createConferenceParams(conference: nil) {
|
||||
params.videoEnabled = false // We disable video for local conferencing (cf Android)
|
||||
params.subject = VoipTexts.conference_local_title
|
||||
let conference = core.conference != nil ? core.conference : try core.createConferenceWithParams(params: params)
|
||||
try conference?.addParticipants(calls: core.calls)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue