This isn't FULLY functional, but it's what I've made thus far... I'm still working on a Ice Disconnect somewhere at least for me - welcome to test.

This commit is contained in:
2026-04-18 18:05:22 -04:00
parent b70189c619
commit a2608ffab9
8 changed files with 300 additions and 272 deletions

View File

@@ -35,6 +35,11 @@ public static class RtcChannelPresenceService
.Select(x => x.Key)
.ToList();
}
public static List<string> GetUsernamesInChannel(string channelId)
{
return GetUsersInChannel(channelId).ToList();
}
public static IReadOnlyList<string> GetUsersInChannel(string channelId)
{