summary refs log tree commit diff
path: root/webrtc/src/opcodes/Identify.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:23:50 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-16 13:38:06 +1000
commit17922d1d1bfe083723a189233e3658686e5db84f (patch)
tree13d5558a452ad0606d48d7d943372140b26a2008 /webrtc/src/opcodes/Identify.ts
parentProbably broken merge from webrtc (diff)
downloadserver-17922d1d1bfe083723a189233e3658686e5db84f.tar.xz
Add webrtc to bundle
Diffstat (limited to '')
-rw-r--r--webrtc/src/opcodes/Identify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/src/opcodes/Identify.ts b/webrtc/src/opcodes/Identify.ts

index 4ecec949..7e579027 100644 --- a/webrtc/src/opcodes/Identify.ts +++ b/webrtc/src/opcodes/Identify.ts
@@ -2,7 +2,7 @@ import { CLOSECODES, Payload, Send, WebSocket } from "@fosscord/gateway"; import { validateSchema, VoiceIdentifySchema, VoiceState } from "@fosscord/util"; import { endpoint, getClients, VoiceOPCodes } from "@fosscord/webrtc"; import SemanticSDP from "semantic-sdp"; -const defaultSDP = require("../../../assets/sdp.json"); +const defaultSDP = require("./sdp.json"); export async function onIdentify(this: WebSocket, data: Payload) { clearTimeout(this.readyTimeout);