mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix build with SDK master
This commit is contained in:
parent
c55a0677e2
commit
29266d8ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ import AVFoundation
|
|||
|
||||
func addAllToConference() {
|
||||
if (conference == nil) {
|
||||
guard let cp = try?lc?.createConferenceParams() else {
|
||||
guard let cp = try?lc?.createConferenceParams(conference: conference) else {
|
||||
Log.directLog(BCTBX_LOG_ERROR, text: "Unable to create conference parameters")
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue