green-airline-46106
06/25/2025, 3:37 PMtall-airline-16756
06/25/2025, 3:37 PMtall-airline-16756
06/25/2025, 3:37 PMagentName
property of a JobRequest
instance. Here's an example:
// Example of accessing agent name from a JobRequest
const agentName = jobRequest.agentName;
This will return a string value representing the agent's name, as set in WorkerOptions
during the worker setup.
Sources: JobRequest | LiveKit Agents