Fixed click no can't hear audio - mic detection now won't work until mic is changed then changed back.

This commit is contained in:
syeshchenko 2014-08-15 13:25:30 -07:00
parent 19de54ce9e
commit 7dff3f82d6

View File

@ -169,7 +169,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private function setupForMicLoopbackTest():void {
setCurrentState(FLASH_MIC_SETTING_STATE);
var tempArr:Array = new Array();
tempArr.push("0%", ResourceUtil.getInstance().getString('bbb.micSettings.micRecordVolume.label'),"100%");
micRecordVolume.labels = tempArr;
@ -305,6 +305,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private function noButtonClicked():void {
trace(LOG + "Echo test failed.");
dispatchEvent(new FlashEchoTestNoAudioEvent());
testMicrophoneLoopback();
setupForMicLoopbackTest();
}