Type alias RunningJobInfo
RunningJobInfo: { acceptArguments: JobAcceptArguments; apiKey?: string; apiSecret?: string; fakeJob?: boolean; job: proto.Job; token: string; url: string; workerId: string; } Type declaration
Optional apiKey?: string
Optional apiSecret?: string
Optional fakeJob?: boolean
job: proto.Job
token: string
url: string
workerId: string
A locally-synthesized job that is not backed by a LiveKit room (e.g. the
consoleCLI runner). Room-bound operations (connect,deleteRoom, recording uploads) become no-ops. Mirrors pythonRunningJobInfo.fake_job.