Skip to content

liblinphone: Do not initialize the account linked to the conference parameters to the

Andrea Gianarda requested to merge fix/chatroom_multiaccount into master

default one as it may associate to it all chatrooms

In fact, if an application is registering with multiple account, all
chatroom are assigned to the default account after restarting the core
as MainDb::getChatRooms doesn't assign it explicitely.

The conference object has a method that attempt to assign an account to
the parameters already if not already done

liblinphone!3229 (merged)

https://linphone.atlassian.net/browse/SDK-272

Merge request reports