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
2 changes: 1 addition & 1 deletion docs/events/gateway-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ A null endpoint means that the voice server allocated has gone away and is tryin
{
"token": "my_token",
"guild_id": "41771983423143937",
"endpoint": "smart.loyal.discord.gg"
"endpoint": "sweetwater-12345.discord.media:2048"
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/voice-connections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If our request succeeded, the gateway will respond with _two_ events—a [Voice
"d": {
"token": "my_token",
"guild_id": "41771983423143937",
"endpoint": "smart.loyal.discord.gg"
"endpoint": "sweetwater-12345.discord.media:2048"
}
}
```
Expand Down