Fix some typos

This commit is contained in:
apple502j
2022-06-28 11:34:45 +09:00
committed by GitHub
parent 55849d996e
commit b95db674c0
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ Some documentation to refer to:
- We pull the token, endpoint and server_id from VOICE_SERVER_UPDATE.
- Then we initiate the voice web socket (vWS) pointing to the endpoint.
- We send opcode 0 with the user_id, server_id, session_id and token using the vWS.
- The vWS sends back opcode 2 with an ssrc, port, modes(array) and hearbeat_interval.
- The vWS sends back opcode 2 with an ssrc, port, modes(array) and heartbeat_interval.
- We send a UDP discovery packet to endpoint:port and receive our IP and our port in LE.
- Then we send our IP and port via vWS with opcode 1.
- When that's all done, we receive opcode 4 from the vWS.