Merge pull request #444 from matrix-org/dbkr/fix_conf_error
Fix error dialog on conf call error
This commit is contained in:
commit
83296512fd
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ function _onAction(payload) {
|
|||
).done(function(call) {
|
||||
placeCall(call);
|
||||
}, function(err) {
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Failed to set up conference call",
|
||||
description: "Conference call failed: " + err,
|
||||
|
|
Loading…
Reference in a new issue