update the talking status of the video window when the user leaves the audio
This commit is contained in:
parent
ab83c823c7
commit
693dabf140
@ -242,6 +242,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
private function handleUserVoiceChangedEvent(event:BBBEvent):void {
|
||||
if (user && event.payload.userID == user.userID) {
|
||||
updateButtons();
|
||||
updateTalkingStatus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user