Removed user joining sound. Reason: poor user experience when there are a large number of people in the conference

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3532 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Denis Zgonjanin 2010-01-25 21:35:42 +00:00
parent b3ab5bd332
commit 497d0bb8da
2 changed files with 1 additions and 9 deletions

View File

@ -139,13 +139,7 @@
dispatchEvent(new AssignPresenterEvent(viewersGrid.selectedItem.userid, viewersGrid.selectedItem.name));
}
private function playSound(e:ParticipantJoinEvent):void{
if (e.join){
userJoinSound.end();
userJoinSound.play();
}
}
]]>
</mx:Script>
@ -173,6 +167,4 @@
click="dispatchEvent(new Event(ViewersWindowMediator.CHANGE_STATUS))"/>
</mx:ControlBar>
<mx:SoundEffect id="userJoinSound" source="@Embed('../assets/sounds/user_join.mp3')" target="{this}" />
<mate:Listener id="joinListener" method="playSound" type="{ParticipantJoinEvent.PARTICIPANT_JOINED_EVENT}" />
</viewer:MDIWindow>