From 09c301953a20ad9ae614de40831b43576d560cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 21 Sep 2021 14:58:05 -0400 Subject: [PATCH] Update 5.5 Call in Swarms --- technical/5.5-Call-in-Swarms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technical/5.5-Call-in-Swarms.md b/technical/5.5-Call-in-Swarms.md index 9db29d6a..940f29fd 100644 --- a/technical/5.5-Call-in-Swarms.md +++ b/technical/5.5-Call-in-Swarms.md @@ -15,6 +15,8 @@ Note: those two URIs allow the client to place a call in order to join a *Rendez # Place a call in a Swarm +Proposed flow: + + **a:** If `rdvUri` is set: + Call it + If failed, go to **b:** @@ -24,6 +26,8 @@ Note: those two URIs allow the client to place a call in order to join a *Rendez + **c:** else, host a new *Rendezvous* and join it. + Also, ask users if they want to be the host for next calls. + + **TODO, when to commit and who is commiting** # Incoming calls for swarm -- GitLab