mconf / bigbluebutton

BigBlueButton is an open source web conferencing system for distance education
www.bigbluebutton.org
40 stars 33 forks source link

Fixed paricipant audio process at flash client #349

Closed pedrobmarin closed 7 years ago

pedrobmarin commented 8 years ago

Issue: A new user was being processed as a user that already joined audio. Steps to reproduce: Enter a meeting and join webrtc audio; refresh the page and there is a chance the new user will keep the mic icon at the users view. This problem was occurring because both users may have the same external user id and that was the test we were making when processing the voice user. Changed that to the internal user id.