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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user