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());
|
mOrganizerAddress = Utils::coreStringToAppString(accountAddress->asStringUriOnly());
|
||||||
} else lCritical() << "No contact address";
|
} else lCritical() << "No contact address";
|
||||||
} else lCritical() << "No default account";
|
} 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 confInfoModel = Utils::makeQObject_ptr<ConferenceInfoModel>(linphoneConf);
|
||||||
auto confSchedulerModel = confInfoModel->getConferenceScheduler();
|
auto confSchedulerModel = confInfoModel->getConferenceScheduler();
|
||||||
if (!confSchedulerModel) {
|
if (!confSchedulerModel) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue