Skip to content
Snippets Groups Projects
Commit 3b4985bf authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarm-call: avoid multiple call creation when receiving concurrent calls

A Jami client can receive several calls in parallel, trying to create/
initiate a rendezvous in a swarm at the same moment. Because callId
will be different for each, this will result in several rendezvous
with different peers.
Instead of this, all incoming calls can pass an invalid Id and
if no id specified, the host can create a first conference, or
just join incoming requests (that aren't a join to a specific id)
in one and unique call.

Change-Id: I4e648bec4205e7dcd8860c6140568afcba6f92ed
parent ff4b54d7
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