Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/explanation/agent-internals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Once connected, an agent will receive chunks of audio as [`AgentRequest.TrackDat

### Step 4. Disconnecting from the Room

An agent disconnects from the room by closing the WebSocket connection created in [Step 2](#step-2.-connecting-to-the-room).
It may reconnect using the same token it provided in [Step 2](#step-2.-connecting-to-the-room).
An agent disconnects from the room by closing the WebSocket connection created in [Step 2](#step-2-connecting-to-the-room).
It may reconnect using the same token it provided in [Step 2](#step-2-connecting-to-the-room).

## Peer subscriptions

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If you are using the server SDKs, then creating an agent and defining its behavi

</Tabs>

If you are using Fishjam's REST API directly, then check out this [Agent Internals section](../explanation/agent-internals#rest-api).
If you are using Fishjam's REST API directly, then check out this [Agent Internals section](../explanation/agent-internals#step-1-creating-an-agent-in-fishjam).

## Pricing

Expand Down
4 changes: 3 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ const config: Config = {
projectName: "documentation",

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
onBrokenMarkdownLinks: "throw",
onBrokenAnchors: "throw",
onDuplicateRoutes: "throw",

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.21.0/explanation/agent-internals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Once connected, an agent will receive chunks of audio as [`AgentRequest.TrackDat

### Step 4. Disconnecting from the Room

An agent disconnects from the room by closing the WebSocket connection created in [Step 2](#step-2.-connecting-to-the-room).
It may reconnect using the same token it provided in [Step 2](#step-2.-connecting-to-the-room).
An agent disconnects from the room by closing the WebSocket connection created in [Step 2](#step-2-connecting-to-the-room).
It may reconnect using the same token it provided in [Step 2](#step-2-connecting-to-the-room).

## Peer subscriptions

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.21.0/tutorials/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ If you are using the server SDKs, then creating an agent and defining its behavi

</Tabs>

If you are using Fishjam's REST API directly, then check out this [Agent Internals section](../explanation/agent-internals#rest-api).
If you are using Fishjam's REST API directly, then check out this [Agent Internals section](../explanation/agent-internals#step-1-creating-an-agent-in-fishjam).

## Pricing

Expand Down