From 17922d1d1bfe083723a189233e3658686e5db84f Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:23:50 +1000 Subject: Add webrtc to bundle --- webrtc/src/opcodes/Identify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webrtc/src/opcodes/Identify.ts') 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); -- cgit 1.5.1