We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d9420 commit ec4ade0Copy full SHA for ec4ade0
1 file changed
egress/notify_options.go
@@ -31,10 +31,10 @@ func GetEgressNotifyOptions(egressInfo *livekit.EgressInfo) []webhook.NotifyOpti
31
var whs []*livekit.WebhookConfig
32
33
switch req := egressInfo.Request.(type) {
34
- case *livekit.EgressInfo_Egress:
35
- if req.Egress != nil {
36
- whs = req.Egress.Webhooks
37
- }
+ // case *livekit.EgressInfo_Egress:
+ // if req.Egress != nil {
+ // whs = req.Egress.Webhooks
+ // }
38
case *livekit.EgressInfo_Replay:
39
if req.Replay != nil {
40
whs = req.Replay.Webhooks
0 commit comments