We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0163ae commit 459b535Copy full SHA for 459b535
tcnapi/exile/gate/v2/public.proto
@@ -1391,8 +1391,8 @@ message Recording {
1391
string recording_id = 1; // The fully qualified resource name of the recording. Format: "orgs/{org}/regions/{region}/zones/{zone}/recordings/{recording}"
1392
int64 call_sid = 2; // The unique identifier of the call recorded.
1393
CallType call_type = 3; // The type of call recorded.
1394
- google.protobuf.Duration start_offset = 1;
1395
- google.protobuf.Duration end_offset = 2;
+ google.protobuf.Duration start_offset = 10;
+ google.protobuf.Duration end_offset = 11;
1396
google.protobuf.Timestamp start_time = 9; // The start time of the recording.
1397
}
1398
0 commit comments