From f475f6220bc902f59b625dc0b0ed407436443da3 Mon Sep 17 00:00:00 2001 From: Matias Pentreath Date: Thu, 31 Oct 2024 09:49:22 -0300 Subject: [PATCH] docs: wip new comms architecture ADR --- content/ADR-204-comms-architecture.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/ADR-204-comms-architecture.md b/content/ADR-204-comms-architecture.md index 7c232d91..e1f291de 100644 --- a/content/ADR-204-comms-architecture.md +++ b/content/ADR-204-comms-architecture.md @@ -49,29 +49,29 @@ In the illustrated scenario, Peers 1, 2, and 3 are connected to the scene room ` **Peer1**: - Can see, share the scene state, view the streaming, communicate via audio, and chat with `Peer2` and `Peer3` since they are in the same scene room `E1`. - Can also see and chat with `Peer4` since they are in the same island, `I1`. -- Won't see or can interact with `Peer5` and `Peer6` +- Won't see or can interact with `Peer5` and `Peer6`. **Peer2**: -- Can see, share the scene state, view the streaming, communicate via audio, and chat with `Peer3` and `Peer1` through the scene room `E1`. +- Can see, share the scene state, view the streaming, communicate via audio, and chat with `Peer3` and `Peer1`through the scene room `E1`. - Can also see and chat with `Peer5` and `Peer6` since they are in the same island, `I2`. -- Won't see or can interact with `Peer4` +- Won't see or can interact with `Peer4`. **Peer3**: - Can see, share the scene state, view the streaming, communicate via audio, and chat with `Peer2` and `Peer1` through the scene room `E1`. - Can also see and chat with `Peer5` and `Peer6` since they are in the same island, `I2`. -- Won't see or can interact with `Peer4` +- Won't see or can interact with `Peer4`. **Peer4**: - Can see and chat with `Peer1` because they are in the same island, `I1`. - - Won't see or can interact with `Peer2`, `Peer3`, `Peer5` and `Peer6` + - Won't see or can interact with `Peer2`, `Peer3`, `Peer5` and `Peer6`. **Peer5**: - Can see and chat with `Peer2`, `Peer3`, and `Peer6` since they are in the same island, `I2`. - - Won't see or can interact with `Peer1` and `Peer4` + - Won't see or can interact with `Peer1` and `Peer4`. **Peer6**: - Can see and chat with `Peer2`, `Peer3`, and `Peer5` since they are in the same island, `I2`. - - Won't see or can interact with `Peer1` and `Peer4` + - Won't see or can interact with `Peer1` and `Peer4`. The table below outlines the information that will be communicated through each channel.