docs: Update README to include new room metadata storage structure

This commit is contained in:
Carlos Santos 2025-04-25 18:11:27 +02:00
parent 256236111e
commit 20ec2958fe

View File

@ -104,6 +104,9 @@ openvidu/
│ │ └── room-123/
│ │ └── {egressId}/
│ │ └── {uid}.json
| | └── .room_metadata/
│ │ └── room-123/
│ │ └── room_metadata.json
│ └── room-123/
│ └── room-123--{uid}.mp4
```