Merge pull request #444 from matrix-org/dbkr/fix_conf_error

Fix error dialog on conf call error
This commit is contained in:
Richard van der Hoff 2016-09-05 17:47:30 +01:00 committed by GitHub
commit 83296512fd

View file

@ -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,