Skip to content
Snippets Groups Projects
Commit 57e675b7 authored by Pierre Lespagnol's avatar Pierre Lespagnol Committed by Adrien Béraud
Browse files

conference: fix join between 2 conferences

Participants were detached from conf1 and attached to conf2 one by one, the last participant was detached but not removed from conference object because manager didn't consider the call as conference anymore because there was only 1 participant left.

Instead we detach and remove all participants from conf1 before add them to conf2.

Change-Id: Iac8c4d52d775397b94029fbdf90abf86103bfca5
Gitlab: #164
parent aaf1df87
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment