From 4ac523d961957015794794abb73ca4de2ef2b505 Mon Sep 17 00:00:00 2001 From: duckietm Date: Tue, 14 Apr 2026 11:40:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20PLace=20back=20outgoing=20youtui?= =?UTF-8?q?be=20packets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communication/src/messages/outgoing/OutgoingHeader.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/communication/src/messages/outgoing/OutgoingHeader.ts b/packages/communication/src/messages/outgoing/OutgoingHeader.ts index 3393578..cc282df 100644 --- a/packages/communication/src/messages/outgoing/OutgoingHeader.ts +++ b/packages/communication/src/messages/outgoing/OutgoingHeader.ts @@ -510,4 +510,10 @@ export class OutgoingHeader public static SET_ACTIVE_PREFIX = 7012; public static DELETE_PREFIX = 7013; public static PURCHASE_PREFIX = 7014; + + // YouTube Room Broadcast + public static YOUTUBE_ROOM_PLAY = 8001; + public static YOUTUBE_ROOM_WATCHING = 8002; + public static YOUTUBE_ROOM_SETTINGS = 8003; +} }