Skip to content

Commit

Permalink
Add disconnect reasons for SIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Oct 2, 2024
1 parent c7f09c4 commit 4e1a61f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 33 deletions.
76 changes: 43 additions & 33 deletions livekit/livekit_models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ enum DisconnectReason {
SIGNAL_CLOSE = 9;
// the room was closed, due to all Standard and Ingress participants having left
ROOM_CLOSED = 10;
// SIP callee did not respond in time
NO_RESPONSE = 11;
// SIP callee rejected the call (busy)
REJECTED = 12;
}

message RTPDrift {
Expand Down

0 comments on commit 4e1a61f

Please sign in to comment.