Fix build with SDK master

This commit is contained in:
QuentinArguillere 2022-04-14 11:08:44 +02:00
parent c55a0677e2
commit 29266d8ab4

View file

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