Return ConsumerKey when recording is started
This commit is contained in:
parent
9fe203ce21
commit
f3416157dd
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ message StartPCAPFileRecordingRequest {
|
|||
|
||||
message StartPCAPFileRecordingResponse {
|
||||
string resolved_path = 1;
|
||||
string consumer_key = 2;
|
||||
}
|
||||
|
||||
message StopPCAPFileRecordingRequest {
|
||||
|
|
Loading…
Reference in a new issue