Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions egress/notify_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ func GetEgressNotifyOptions(egressInfo *livekit.EgressInfo) []webhook.NotifyOpti
var whs []*livekit.WebhookConfig

switch req := egressInfo.Request.(type) {
case *livekit.EgressInfo_Egress:
if req.Egress != nil {
whs = req.Egress.Webhooks
}
// case *livekit.EgressInfo_Egress:
// if req.Egress != nil {
// whs = req.Egress.Webhooks
// }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this replaced by below?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If so, can this be deleted?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed temporarily - we'll use the new api only for replay at first, then add it once we're sure we don't want to make any more changes

case *livekit.EgressInfo_Replay:
if req.Replay != nil {
whs = req.Replay.Webhooks
Expand Down
99 changes: 50 additions & 49 deletions replay/cloud_replay.pb.go → livekit/cloud_replay.pb.go

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

Loading
Loading