Skip to content

Commit

Permalink
Update content/ADR-204-comms-architecture.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alejo Thomas Ortega <[email protected]>
Signed-off-by: pentreathm <[email protected]>
  • Loading branch information
pentreathm and aleortega authored Oct 28, 2024
1 parent dbb1655 commit d0ae8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ADR-204-comms-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ participant L as LiveKit

## Protocol Messages

The protocol messages for profiles, positions, and updates have been optimized for client performance, aiming to minimize data transmission through the channels. In this new implementation, profiles are no longer sent through the island and are instead retrieved from the Catalyst network. When a user updates their profile, a notification is sent, and the updated profile is downloaded from the servers. This approach ensures that avatar impersonation is prevented, as the signed profile is retrieved from a trusted Catalyst node.
The protocol messages for profiles, positions, and updates have been optimized for client performance, aiming to minimize data transmission through the channels. In this new implementation, profiles' data is no longer sent through the island and is instead retrieved from the Catalyst network. When a user updates their profile, a notification is sent, and the updated profile is downloaded from the servers. This approach ensures that avatar impersonation is prevented, as the signed profile is retrieved from a trusted Catalyst node.

TBD

Expand Down

0 comments on commit d0ae8de

Please sign in to comment.