Skip to content

Commit 3d25f9b

Browse files
committed
add key value to the recording segment
1 parent 9b574d9 commit 3d25f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,8 @@ message SearchVoiceRecordingsResponse {
13991399
message RecordingSegment {
14001400
google.protobuf.Duration start_offset = 1;
14011401
google.protobuf.Duration end_offset = 2;
1402+
string key = 3;
1403+
string value = 4;
14021404
}
14031405

14041406
/**

0 commit comments

Comments
 (0)