(ctx context.Context, info *livekit.AnalyticsNodeRooms)
| 314 | } |
| 315 | |
| 316 | func (t *telemetryService) LocalRoomState(ctx context.Context, info *livekit.AnalyticsNodeRooms) { |
| 317 | t.enqueue(func() { |
| 318 | t.SendNodeRoomStates(ctx, info) |
| 319 | }) |
| 320 | } |
nothing calls this directly
no test coverage detected