From ac1779b480fabd2d855b87ed05da890e5c186c09 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 25 Jun 2025 23:17:14 -0400 Subject: [PATCH] update webrtc types package --- package-lock.json | Bin 240779 -> 240889 bytes package.json | 4 ++-- src/webrtc/opcodes/Identify.ts | 6 +++--- src/webrtc/opcodes/Video.ts | 4 ++-- src/webrtc/util/MediaServer.ts | 2 +- src/webrtc/util/WebRtcWebSocket.ts | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2d2f39bf5f48290a45ffbd1aafdb25c0c3910bc..7752dce4dd50373cb63e010a1b6dc84424c4eeba 100644 GIT binary patch delta 275 zcmeCa$@lXn--bZ8$-G?3oK^}-afW&ZdWM@l*p@O+Ki$R5*X+u*-Ia^6zkf0xm(uhV zf0%?PU--kLQIuMopHr5aq6E~EQBqP+Y^ASXl$xGdTvAl2msgORRjij^l&-~O+yY%Z9ZQN6 zGs?{^%+rF51EVaAL*277yj`kXLegz*m2@U2zgOUObPw>+HP$oG&CkoJoSrzFQKJ3w TOvde(XENz8-TvI3c}WfcS{hoJ delta 147 zcmex)ldt. */ -import type { SignalingDelegate } from "spacebar-webrtc-types"; +import type { SignalingDelegate } from "@spacebarchat/spacebar-webrtc-types"; import { green, red } from "picocolors"; export let mediaServer: SignalingDelegate; diff --git a/src/webrtc/util/WebRtcWebSocket.ts b/src/webrtc/util/WebRtcWebSocket.ts index 5bb2da46..b97c1699 100644 --- a/src/webrtc/util/WebRtcWebSocket.ts +++ b/src/webrtc/util/WebRtcWebSocket.ts @@ -1,5 +1,5 @@ import { WebSocket } from "@spacebar/gateway"; -import type { WebRtcClient } from "spacebar-webrtc-types"; +import type { WebRtcClient } from "@spacebarchat/spacebar-webrtc-types"; export interface WebRtcWebSocket extends WebSocket { type: "guild-voice" | "dm-voice" | "stream";