(ctx context.Context, stats []*livekit.AnalyticsStat)
| 33 | //counterfeiter:generate . AnalyticsService |
| 34 | type 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 |
no outgoing calls
no test coverage detected