Skip to content

Commit

Permalink
Add ErrorResponse to possible server responses
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Jun 19, 2024
1 parent a4f067b commit 345fa2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobufs/livekit_rtc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ message SignalResponse {
Pong pong_resp = 20;
// Subscription response, client should not expect any media from this subscription if it fails
SubscriptionResponse subscription_response = 21;
// Errors relating to user inititated requests that carry a `request_id`
ErrorResponse error_response = 22;
}
}

Expand Down

0 comments on commit 345fa2c

Please sign in to comment.