Skip to content

Commit

Permalink
clarify disconnected voice opcode for voice server changes
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Apr 9, 2021
1 parent 1f6b82c commit f85e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Opcodes_and_Status_Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Our voice gateways have their own set of opcodes and close codes.
| 4009 | Session timeout | Your session has timed out. |
| 4011 | Server not found | We can't find the server you're trying to connect to. |
| 4012 | Unknown protocol | We didn't recognize the [protocol](#DOCS_RESOURCES_VOICE_CONNECTIONS/establishing-a-voice-udp-connection-example-select-protocol-payload) you sent. |
| 4014 | Disconnected | Either the channel was deleted, you were kicked, or the main gateway session was dropped. Should not reconnect. |
| 4014 | Disconnected | Channel was deleted, you were kicked, voice server changed, or the main gateway session was dropped. Should not reconnect. |
| 4015 | Voice server crashed | The server crashed. Our bad! Try [resuming](#DOCS_RESOURCES_VOICE_CONNECTIONS/resuming-voice-connection). |
| 4016 | Unknown encryption mode | We didn't recognize your [encryption](#DOCS_RESOURCES_VOICE_CONNECTIONS/encrypting-and-sending-voice). |

Expand Down

0 comments on commit f85e2f7

Please sign in to comment.