diff --git a/livekit-agents/livekit/agents/worker.py b/livekit-agents/livekit/agents/worker.py index e4b36a2b8c..fb5a56042e 100644 --- a/livekit-agents/livekit/agents/worker.py +++ b/livekit-agents/livekit/agents/worker.py @@ -374,6 +374,7 @@ def from_server_options(cls, options: ServerOptions) -> AgentServer: initialize_process_timeout=options.initialize_process_timeout, permissions=options.permissions, max_retry=options.max_retry, + ws_url=options.ws_url, api_key=options.api_key, api_secret=options.api_secret, host=options.host,