mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user