Update: Needs Testing - Not Tested

This commit is contained in:
2026-04-04 16:17:57 -04:00
parent c89a0cf88b
commit 3f27c94032
4 changed files with 70 additions and 11 deletions

View File

@@ -30,8 +30,10 @@ app.MapRtcEndpoints();
var wssv = new WebSocketServer("ws://localhost:1337");
wssv.AddWebSocketService<ChatSocketBehavior>("/");
//TODO: Create WebSocket message system which can alert clients already connected to a channel of changes to offer, answers, and ice candidates
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");