Skip to content

Commit a985c48

Browse files
authored
Merge pull request #27 from tcncloud/recording-fields
Recording fields
2 parents 5d3d098 + 1f5a664 commit a985c48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,14 @@ message Recording {
13941394
google.protobuf.Duration start_offset = 10;
13951395
google.protobuf.Duration end_offset = 11;
13961396
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;
13971405
}
13981406

13991407
/**

0 commit comments

Comments
 (0)