Skip to content

Commit

Permalink
Add disconnect reason for SIP failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Oct 16, 2024
1 parent 86d95fa commit 67c5b09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/mean-glasses-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@livekit/protocol": minor
"github.com/livekit/protocol": minor
---

Add disconnect reason for SIP failures.
2 changes: 2 additions & 0 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ enum DisconnectReason {
USER_UNAVAILABLE = 11;
// SIP callee rejected the call (busy)
USER_REJECTED = 12;
// SIP protocol failure or unexpected response
SIP_TRUNK_FAILURE = 13;
}

message RTPDrift {
Expand Down

0 comments on commit 67c5b09

Please sign in to comment.