mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
fix crash
This commit is contained in:
parent
694856cfab
commit
6259ae73bd
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont
|
|||
char *from = linphone_address_as_string(linphone_event_get_from(lev));
|
||||
const IdentityAddress local(from);
|
||||
|
||||
if (notifyContent->getContentType() != ContentType::Multipart) {
|
||||
if (notifyContent->getContentType() == ContentType::ConferenceInfo) {
|
||||
// Simple notify received directly from a chat-room
|
||||
const string &xmlBody = notifyContent->getBodyAsString();
|
||||
istringstream data(xmlBody);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue