Skip to content

Commit 6978149

Browse files
authored
fix typo in Voice_Connections.mdx (#7348)
Opcode 1 is Select Protocol Identify is Opcode 0 I think Opcode 0 Identify is true.
1 parent e7913ea commit 6978149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/Voice_Connections.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Sequence numbers are only sent from the server to the client, and all server-sen
229229

230230
### Indicating DAVE Protocol Support
231231

232-
Include the highest DAVE protocol version you support in [Opcode 1 Identify](#DOCS_TOPICS_OPCODES_AND_STATUS_CODES/voice) as `max_dave_protocol_version`. Sending version 0, or omitting the `max_dave_protocol_version` field, indicates no DAVE protocol support.
232+
Include the highest DAVE protocol version you support in [Opcode 0 Identify](#DOCS_TOPICS_OPCODES_AND_STATUS_CODES/voice) as `max_dave_protocol_version`. Sending version 0, or omitting the `max_dave_protocol_version` field, indicates no DAVE protocol support.
233233

234234
The voice gateway specifies the initial protocol version in [Opcode 4 Session Description](#DOCS_TOPICS_OPCODES_AND_STATUS_CODES/voice) under `dave_protocol_version`. This may be any non-discontinued protocol version equal to or less than your supported protocol version.
235235

0 commit comments

Comments
 (0)