Setting stage for channel types and groups

This commit is contained in:
2026-04-22 21:35:21 -04:00
parent 3b75c2b785
commit 0c9ff3b5d9
5 changed files with 36 additions and 6 deletions

View File

@@ -34,8 +34,6 @@ var wssv = new WebSocketServer("ws://localhost:1337");
wssv.AddWebSocketService<ChatSocketBehavior>("/");
RtcNotificationService.Server = wssv;
//TODO: Use AnswerCallback as a test on client and use the /rtc/answer endpoint call as a test on server
wssv.Start();
Console.WriteLine("WebSocket server started");