New issue 25 by david.s....@gmail.com: QwaqParticipantUI ->
onAddAllowedToSpeak method does not check microphone status and displays
the wrong status bar meesage
http://code.google.com/p/openqwaq/issues/detail?id=25
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.
Attachments:
QwaqParticipantUI-onAddAllowedToSpeak.st 575 bytes