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:
parent
b3ab5bd332
commit
497d0bb8da
Binary file not shown.
@ -140,12 +140,6 @@
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user