Loop/Architecture/Fingerprint Validation: Difference between revisions

Line 43: Line 43:


=== User Identification in a Room ===
=== User Identification in a Room ===
[[Loop/Architecture/Rooms#User Identification in a Room]]
This design expands the information defined by [[Loop/Architecture/Rooms#User Identification in a Room]] to include an array of PeerConnection fingerprints. Note that this array must be present (even when empty) if the client indicated a "fingerprint" feature when joining the room. It must not be present if the client didn't indicate support for "fingerprint".
 
  {
  {
     "displayName": "Alexis",
     "displayName": "-",
     "account": "alexis@example.com",
     "account": "alexis@example.com",
     "roomConnectionId": "2a1787a6-4a73-43b5-ae3e-906ec1e763cb",
     "roomConnectionId": "2a1787a6-4a73-43b5-ae3e-906ec1e763cb",
Confirmed users
632

edits