Skip to content

Commit

Permalink
generate call session ended reason for end_call (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorapo808 authored May 17, 2024
2 parents 457c3ca + e87c3a4 commit 8d42b51
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 33 deletions.
72 changes: 39 additions & 33 deletions protobuf/video/sfu/models/models.pb.go

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

1 change: 1 addition & 0 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ enum CallEndedReason {
CALL_ENDED_REASON_ENDED = 1;
CALL_ENDED_REASON_LIVE_ENDED = 2;
CALL_ENDED_REASON_KICKED = 3;
CALL_ENDED_REASON_SESSION_ENDED = 4;
}

// WebsocketReconnectStrategy defines the ws strategies available for handling reconnections.
Expand Down

0 comments on commit 8d42b51

Please sign in to comment.