OpenFora / openqwaq

Automatically exported from code.google.com/p/openqwaq
Other
2 stars 1 forks source link

QwaqParticipantUI -> onAddAllowedToSpeak method does not check microphone status and displays the wrong status bar meesage #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mute microphone on client1
2. Lead meeting from client2, restrict audio
3. Enable audio individually for client1

What is the expected output? What do you see instead?
Client 1 status bar should show "You may speak - but your microphone is off." 
It actually shows "You may speak now.".

What version of the product are you using? On what operating system?

Please provide any additional information below.
Attached is a proposed change, which simply removes the statusbar update from 
QwaqParticipantUI->onAddAllowedToSpeak, and relies instead on the code in 
QControlBar->meetingStatusString which does test the microphone and displays 
the correct message.

Original issue reported on code.google.com by david.s....@gmail.com on 12 Oct 2011 at 9:49

Attachments: