summary refs log tree commit diff
path: root/gateway/src/schema/VoiceStateUpdateSchema.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-17/+0
|
* Added preferred_region optional property of VoiceStateUpdateSchema to allow ↵Madeline2022-03-081-0/+2
| | | | electron client to connect to voice without crashing
* Discord.js gateway connection when connecting to voice will close 4002 ↵Madeline2022-02-171-3/+3
| | | | | | decode error due to not sending self_video field. temp solution: remove it from server. this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving.
* VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-021-0/+15