Skip to content

Commit

Permalink
Add data event location to segementsInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Oct 9, 2023
1 parent 4827601 commit f7fd73c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions livekit_egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ message SegmentsInfo {
int64 segment_count = 5;
int64 started_at = 6;
int64 ended_at = 7;
string data_event_location = 10;
}

message ImagesInfo {
Expand All @@ -410,3 +411,5 @@ message AutoTrackEgress {
AzureBlobUpload azure = 4;
}
}

message Data

0 comments on commit f7fd73c

Please sign in to comment.