Remove version from Room
We won't need it once we add the per-room lock.
This commit is contained in:
parent
c3d556d9bd
commit
4c1b4953c1
5 changed files with 37 additions and 53 deletions
|
@ -160,10 +160,9 @@ message LeaveRoom {}
|
|||
|
||||
message Room {
|
||||
uint64 id = 1;
|
||||
uint64 version = 2;
|
||||
repeated Participant participants = 3;
|
||||
repeated PendingParticipant pending_participants = 4;
|
||||
string live_kit_room = 5;
|
||||
repeated Participant participants = 2;
|
||||
repeated PendingParticipant pending_participants = 3;
|
||||
string live_kit_room = 4;
|
||||
}
|
||||
|
||||
message Participant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue