Skip to content

Commit

Permalink
update message fields
Browse files Browse the repository at this point in the history
Signed-off-by: shishir gowda <[email protected]>
  • Loading branch information
shishirng committed Dec 22, 2023
1 parent d1b8113 commit cb01330
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions livekit_analytics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,14 @@ message AnalyticsRoomParticipant {
string identity = 2;
string name = 3;
ParticipantInfo.State state = 4;
ParticipantInfo.Kind kind = 5;
google.protobuf.Timestamp joined_at = 6;
google.protobuf.Timestamp joined_at = 5;
}

message AnalyticsRoom {
string id = 1;
string name = 2;
google.protobuf.Timestamp created_at = 3;
uint32 num_participants = 4;
repeated AnalyticsRoomParticipant participants = 5;
repeated AnalyticsRoomParticipant participants = 4;
}

message AnalyticsNodeRooms {
Expand Down

0 comments on commit cb01330

Please sign in to comment.