mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
add text capability for chat in conf
This commit is contained in:
parent
4a0ebd53ea
commit
d8efaf1ac9
1 changed files with 2 additions and 0 deletions
|
|
@ -596,6 +596,8 @@ void ConferenceInfoCore::save() {
|
|||
mOrganizerAddress = Utils::coreStringToAppString(accountAddress->asStringUriOnly());
|
||||
} else lCritical() << "No contact address";
|
||||
} else lCritical() << "No default account";
|
||||
// Add text capability for chat in conf
|
||||
linphoneConf->setCapability(linphone::StreamType::Text, true);
|
||||
auto confInfoModel = Utils::makeQObject_ptr<ConferenceInfoModel>(linphoneConf);
|
||||
auto confSchedulerModel = confInfoModel->getConferenceScheduler();
|
||||
if (!confSchedulerModel) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue