Skip to content

Commit a8ab142

Browse files
authored
Merge pull request #28 from tcncloud/adding-segment-label
Adds recording segment labels
2 parents a985c48 + 1e83a82 commit a8ab142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,10 @@ message Recording {
14021402
string campaign = 15;
14031403
// The user IDs of participating agents, if available
14041404
repeated string partner_agent_ids = 16;
1405+
// The label of the recording segement
1406+
string label = 17;
1407+
// The value of the recording segment label.
1408+
string value = 18;
14051409
}
14061410

14071411
/**

0 commit comments

Comments
 (0)