Skip to content

Fix bad chat room when creating a call.

Julien Wadel requested to merge fix/wrong_local_proxy_call_chatroom into release/5.0

Previously, on the call of getOrCreateBasicChatRoom, a chat room with the same peer address was returned without takking account of the local address that could come from multi-accounts.

Merge request reports