mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
@@ -394,7 +394,7 @@ export const computeUrlParams = (search = "", hash = ""): UrlParams => {
|
|||||||
};
|
};
|
||||||
switch (intent) {
|
switch (intent) {
|
||||||
case UserIntent.StartNewCall:
|
case UserIntent.StartNewCall:
|
||||||
intentPreset.skipLobby = true;
|
intentPreset.skipLobby = false;
|
||||||
break;
|
break;
|
||||||
case UserIntent.JoinExistingCall:
|
case UserIntent.JoinExistingCall:
|
||||||
// On desktop this will be overridden based on which button was used to join the call
|
// On desktop this will be overridden based on which button was used to join the call
|
||||||
|
|||||||
Reference in New Issue
Block a user