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.
2 parents 5d3d098 + 1f5a664 commit a985c48Copy full SHA for a985c48
tcnapi/exile/gate/v2/public.proto
@@ -1394,6 +1394,14 @@ message Recording {
1394
google.protobuf.Duration start_offset = 10;
1395
google.protobuf.Duration end_offset = 11;
1396
google.protobuf.Timestamp start_time = 9; // The start time of the recording.
1397
+ // the duration of the full recording if offsets are null.
1398
+ // otherwise the duration of the offset. end_offset - start_offset.
1399
+ google.protobuf.Duration duration = 12;
1400
+ string agent_phone = 13;
1401
+ string client_phone = 14;
1402
+ string campaign = 15;
1403
+ // The user IDs of participating agents, if available
1404
+ repeated string partner_agent_ids = 16;
1405
}
1406
1407
/**
0 commit comments