Central orchestrator for all processes and job requests.

Remarks

For most usecases, Worker should not be initialized or handled directly; you should instead call for its creation through cli.runApp. This could, however, be useful in situations where you don't have access to a command line, such as a headless program, or one that uses Agents behind a wrapper.

Constructors

Properties

Accessors

Methods

Constructors

Properties

event: EventEmitter<DefaultEventMap> = ...

Accessors

Methods

  • Parameters

    • Optional timeout: number

    Returns Promise<void>

  • Parameters

    • roomName: string
    • Optional participantIdentity: string

    Returns Promise<void>