diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-02-17 18:54:16 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-02-17 18:54:16 +1100 |
commit | d491bcd8bed78703331bc6550cf3d52e3647e764 (patch) | |
tree | af0eb8e0514c7b903a040fa75ed74fd0825079ab /webrtc/src/Server.ts | |
parent | Merge branch 'master' into maddyrtc (diff) | |
download | server-d491bcd8bed78703331bc6550cf3d52e3647e764.tar.xz |
Discord.js gateway connection when connecting to voice will close 4002 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.
Diffstat (limited to '')
-rw-r--r-- | webrtc/src/Server.ts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/webrtc/src/Server.ts b/webrtc/src/Server.ts |