mirror of
https://github.com/livekit/livekit.git
synced 2026-04-04 16:55:45 +00:00
Send EgressUpdated event (#1792)
Signed-off-by: shishir gowda <shishir@livekit.io>
This commit is contained in:
@@ -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))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user