File tree 2 files changed +2
-2
lines changed
core/src/main/java/com/tcn/exile/gateclients/v2
protos/src/main/proto/tcnapi/exile/gate/v2
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public Public.UpdateAgentStatusResponse updateAgentStatus(Public.UpdateAgentStat
113
113
114
114
public Iterator <Public .ListAgentsResponse > listAgents (Public .ListAgentsRequest request ) {
115
115
return executeRequest ("listAgents" , client -> client .listAgents (request ));
116
- }
116
+ }
117
117
118
118
public Public .UpsertAgentResponse upsertAgent (Public .UpsertAgentRequest request ) {
119
119
return executeRequest ("upsertAgent" , client -> client .upsertAgent (request ));
Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ message StartCallRecordingResponse {}
655
655
message AddAgentCallResponseRequest {
656
656
string partner_agent_id = 1 ;
657
657
string call_sid = 2 ;
658
- string call_type = 3 ;
658
+ CallType call_type = 3 ;
659
659
int64 current_session_id = 4 ;
660
660
// key value pair to save
661
661
string key = 6 ;
You can’t perform that action at this time.
0 commit comments