hostname including protocol. i.e. 'https://
Optional
apiKey: stringAPI Key, can be set in env var LIVEKIT_API_KEY
Optional
secret: stringAPI Secret, can be set in env var LIVEKIT_API_SECRET
Optional
sip: SIPGrantCreate an explicit dispatch for an agent to join a room. To use explicit
dispatch, your agent must be registered with an agentName
.
name of the room to dispatch to
name of the agent to dispatch
Optional
options: CreateDispatchOptionsoptional metadata to send along with the dispatch
the dispatch that was created
Get an Agent dispatch by ID
id of the dispatch to get
name of the room the dispatch is for
the dispatch that was found, or undefined if not found
Client to access Agent APIs