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 = {
...inAppDefault,
skipLobby: true,
// autoLeaveWhenOthersLeft: true, // TODO: add this once available
autoLeaveWhenOthersLeft: true,
};
break;
case UserIntent.JoinExistingCallDM:
intentPreset = {
...inAppDefault,
skipLobby: true,
// autoLeaveWhenOthersLeft: true, // TODO: add this once available
autoLeaveWhenOthersLeft: true,
};
break;
// Non widget usecase defaults