Bug 1138941 - Display a better string when we've failed to obtain the camera and video devices for Loop. r=dmose

This commit is contained in:
Mark Banner
2015-04-07 22:37:02 +01:00
parent 20b43913f8
commit 5549056ec8
6 changed files with 95 additions and 39 deletions

View File

@@ -251,7 +251,8 @@ loop.roomViews = (function(mozL10n) {
// FULL case should never happen on desktop.
return (
React.createElement(loop.conversationViews.GenericFailureView, {
cancelCall: this.closeWindow})
cancelCall: this.closeWindow,
failureReason: this.state.failureReason})
);
}
case ROOM_STATES.ENDED: {