From d0291c4f94496a7392e9ad152bdb91fab438f75d Mon Sep 17 00:00:00 2001 From: Matias Pentreath Date: Thu, 31 Oct 2024 09:43:38 -0300 Subject: [PATCH] docs: wip new comms architecture ADR --- content/ADR-204-comms-architecture.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/ADR-204-comms-architecture.md b/content/ADR-204-comms-architecture.md index a7ad7720..7c232d91 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 are or be able to 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 also see and chat with `Peer5` and `Peer6` since they are in the same island, `I2`. -- Won't see or are be able to 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 are or be able to 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 are or be able to 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 are or be able to 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 are or be able to 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.