Skip to content

Commit 459b535

Browse files
committed
fix
1 parent f0163ae commit 459b535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,8 +1391,8 @@ message Recording {
13911391
string recording_id = 1; // The fully qualified resource name of the recording. Format: "orgs/{org}/regions/{region}/zones/{zone}/recordings/{recording}"
13921392
int64 call_sid = 2; // The unique identifier of the call recorded.
13931393
CallType call_type = 3; // The type of call recorded.
1394-
google.protobuf.Duration start_offset = 1;
1395-
google.protobuf.Duration end_offset = 2;
1394+
google.protobuf.Duration start_offset = 10;
1395+
google.protobuf.Duration end_offset = 11;
13961396
google.protobuf.Timestamp start_time = 9; // The start time of the recording.
13971397
}
13981398

0 commit comments

Comments
 (0)