Skip to content

Commit

Permalink
worker: JT_{PUBLISHER => ROOM}
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Jul 2, 2024
1 parent d0de693 commit 98153c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/blue-kings-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/agents": patch
---

worker: JT_{PUBLISHER => ROOM}
2 changes: 1 addition & 1 deletion agents/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class WorkerOptions {
cpuLoadFunc = cpuLoad,
namespace = 'default',
permissions = new WorkerPermissions(),
workerType = JobType.JT_PUBLISHER,
workerType = JobType.JT_ROOM,
maxRetry = MAX_RECONNECT_ATTEMPTS,
wsURL = 'ws://localhost:7880',
apiKey = undefined,
Expand Down

0 comments on commit 98153c6

Please sign in to comment.