use auto leave in DM case

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-08-08 16:03:12 +02:00
parent bb8a7792b4
commit 5d398bb0de

View File

@@ -365,14 +365,14 @@ export const getUrlParams = (
intentPreset = { intentPreset = {
...inAppDefault, ...inAppDefault,
skipLobby: true, skipLobby: true,
// autoLeaveWhenOthersLeft: true, // TODO: add this once available autoLeaveWhenOthersLeft: true,
}; };
break; break;
case UserIntent.JoinExistingCallDM: case UserIntent.JoinExistingCallDM:
intentPreset = { intentPreset = {
...inAppDefault, ...inAppDefault,
skipLobby: true, skipLobby: true,
// autoLeaveWhenOthersLeft: true, // TODO: add this once available autoLeaveWhenOthersLeft: true,
}; };
break; break;
// Non widget usecase defaults // Non widget usecase defaults