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

@ -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();
}