Bug 1078226 Unexpected Audio Level indicator on audio-only calls for Loop, also disable broken low-quality video warning indicator. r=nperriault

This commit is contained in:
Mark Banner
2014-10-15 13:25:56 +01:00
parent 4a4831b74a
commit d9ad97fda3
4 changed files with 12 additions and 4 deletions

View File

@@ -284,9 +284,11 @@ loop.conversationViews = (function(mozL10n) {
height: "100%",
publishVideo: this.props.video.enabled,
style: {
audioLevelDisplayMode: "off",
bugDisplayMode: "off",
buttonDisplayMode: "off",
nameDisplayMode: "off"
nameDisplayMode: "off",
videoDisabledDisplayMode: "off"
}
}
},