Never skip lobby for huddles

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-22 11:21:13 +02:00
parent 9b9c08ed61
commit 47a0c6315e

View File

@@ -394,7 +394,7 @@ export const computeUrlParams = (search = "", hash = ""): UrlParams => {
};
switch (intent) {
case UserIntent.StartNewCall:
intentPreset.skipLobby = true;
intentPreset.skipLobby = false;
break;
case UserIntent.JoinExistingCall:
// On desktop this will be overridden based on which button was used to join the call