Send EgressUpdated event (#1792)

Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
shishirng
2023-06-14 18:56:07 -04:00
committed by GitHub
parent afa7733748
commit 2dd4e1365b

View File

@@ -415,6 +415,7 @@ func (t *telemetryService) EgressUpdated(ctx context.Context, info *livekit.Egre
Event: webhook.EventEgressUpdated,
EgressInfo: info,
})
t.SendEvent(ctx, newEgressEvent(livekit.AnalyticsEventType_EGRESS_UPDATED, info))
})
}