Skip to content

Commit 9b574d9

Browse files
committed
allow filtering
1 parent 434b461 commit 9b574d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ message CreateRecordingLabelResponse {}
13761376
message ListRecordingSegmentsRequest {
13771377
// the recording we are fetching segments for
13781378
string recording_name = 1;
1379+
repeated SearchOption search_options = 2;
13791380
}
13801381
message ListRecordingSegmentsResponse {
13811382
repeated RecordingSegment segments = 1;

0 commit comments

Comments
 (0)