Skip to content

Commit

Permalink
docs: wip new comms architecture ADR
Browse files Browse the repository at this point in the history
  • Loading branch information
pentreathm committed Oct 31, 2024
1 parent af6c888 commit d0291c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/ADR-204-comms-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d0291c4

Please sign in to comment.