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

@@ -157,6 +157,9 @@ async function refreshDevicesAndPreview() {
}
}
//TODO: Only join call if no active call in progress for client
//TODO: Enable proper leave call functions
//TODO: Leave call and join new call if client clicks a 2nd voice channel
async function joinChannelCall() {
LogMessage("Current username: " + currentUsername);
LogMessage("Current channel: " + currentChannelId);