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.