MCPcopy
hub / github.com/livekit/livekit / SendEvent

Method SendEvent

pkg/telemetry/analyticsservice.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, events *livekit.AnalyticsEvent)

Source from the content-addressed store, hash-verified

34type AnalyticsService interface {
35 SendStats(ctx context.Context, stats []*livekit.AnalyticsStat)
36 SendEvent(ctx context.Context, events *livekit.AnalyticsEvent)
37 SendNodeRoomStates(ctx context.Context, nodeRooms *livekit.AnalyticsNodeRooms)
38 RoomProjectReporter(ctx context.Context) roomobs.ProjectReporter
39}

Callers 15

RoomStartedMethod · 0.65
RoomEndedMethod · 0.65
ParticipantJoinedMethod · 0.65
ParticipantActiveMethod · 0.65
ParticipantResumedMethod · 0.65
ParticipantLeftMethod · 0.65
TrackPublishRequestedMethod · 0.65
TrackPublishedMethod · 0.65
TrackPublishedUpdateMethod · 0.65
TrackSubscribedMethod · 0.65

Implementers 4

NullAnalyticServicepkg/telemetry/analyticsservice.go
analyticsServicepkg/telemetry/analyticsservice.go
FakeAnalyticsServicepkg/telemetry/telemetryfakes/fake_anal
FakeTelemetryServicepkg/telemetry/telemetryfakes/fake_tele

Calls

no outgoing calls

Tested by

no test coverage detected