diff --git a/pkg/service/roomservice.go b/pkg/service/roomservice.go index 285c025d9..36e36c04c 100644 --- a/pkg/service/roomservice.go +++ b/pkg/service/roomservice.go @@ -104,7 +104,7 @@ func (s *RoomService) CreateRoom(ctx context.Context, req *livekit.CreateRoomReq defer done() if created { - go s.agentClient.LaunchJob(ctx, &agent.JobDescription{ + go s.agentClient.LaunchJob(context.Background(), &agent.JobDescription{ JobType: livekit.JobType_JT_ROOM, Room: rm, })