Skip to content

Commit

Permalink
request_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Sep 23, 2024
1 parent 632096d commit b47619a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,11 @@ message RpcRequest {
}

message RpcAck {
string message_id = 1;
string request_id = 1;
}

message RpcResponse {
string message_id = 1;
string request_id = 1;
oneof value {
string payload = 2;
string error = 3;
Expand Down

0 comments on commit b47619a

Please sign in to comment.