diff --git a/Linphone/core/conference/ConferenceInfoCore.cpp b/Linphone/core/conference/ConferenceInfoCore.cpp index a3a57b4e1..280aa1bc8 100644 --- a/Linphone/core/conference/ConferenceInfoCore.cpp +++ b/Linphone/core/conference/ConferenceInfoCore.cpp @@ -105,7 +105,7 @@ ConferenceInfoCore::ConferenceInfoCore(std::shared_ptr auto cleanedClonedAddress = accountAddress->clone(); cleanedClonedAddress->clean(); auto address = Utils::coreStringToAppString(cleanedClonedAddress->asStringUriOnly()); - App::postCoreAsync([this, address]() { setOrganizerAddress(address); }); + App::postCoreAsync([this, address]() { mOrganizerAddress = address; }); } } });