Skip to content

Fix bug where chatroom would appear empty if having multiple accounts

Quentin Arguillere requested to merge fix/multi_account_empty_chatroom into release/4.7

Use linphone_core_search_chat_room rather than linphone_core_get_chat_room, in order to fix chatrooms being empty when using multiple accounts

Merge request reports