🆙 Renderer Logic Youtube Broadcast

This commit is contained in:
duckietm
2026-04-09 11:51:32 +02:00
parent 79d51246ec
commit 85d3422e86
16 changed files with 145 additions and 2 deletions
@@ -503,4 +503,8 @@ 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;
}