Skip to content

Commit 54530e2

Browse files
committed
minor fixes
1 parent 7fb1f58 commit 54530e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tcnapi/exile/gate/v2/entities.proto

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,12 @@ message ExileTransferInstance {
171171
message Source {
172172
SourceCall call = 1;
173173
message SourceCall {
174-
string partner_agent_id = 1;
175-
string user_id = 2;
176-
string call_type = 3;
177-
int64 conversation_id = 4;
178-
string session_id = 5;
174+
int64 call_sid = 1;
175+
string call_type = 2;
176+
string partner_agent_id = 3;
177+
string user_id = 4;
178+
int64 conversation_id = 5;
179+
int64 session_sid = 6;
179180
}
180181
}
181182
message Destination {

0 commit comments

Comments
 (0)