mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Remove ICE fallback prompt from pre-call path
This commit is contained in:
parent
67b830c48d
commit
d610bfc5e5
1 changed files with 0 additions and 8 deletions
|
@ -311,14 +311,6 @@ function _onAction(payload) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
MatrixClientPeg.get().getTurnServers().length === 0 &&
|
||||
SettingsStore.getValue("fallbackICEServerAllowed") === null
|
||||
) {
|
||||
_showICEFallbackPrompt(_t("Homeserver not configured to support calls"));
|
||||
return;
|
||||
}
|
||||
|
||||
const room = MatrixClientPeg.get().getRoom(payload.room_id);
|
||||
if (!room) {
|
||||
console.error("Room %s does not exist.", payload.room_id);
|
||||
|
|
Loading…
Reference in a new issue