You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove ICE fallback prompt from pre-call path
This commit is contained in:
@ -311,14 +311,6 @@ function _onAction(payload) {
|
|||||||
return;
|
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);
|
const room = MatrixClientPeg.get().getRoom(payload.room_id);
|
||||||
if (!room) {
|
if (!room) {
|
||||||
console.error("Room %s does not exist.", payload.room_id);
|
console.error("Room %s does not exist.", payload.room_id);
|
||||||
|
Reference in New Issue
Block a user