Comment #15 on issue 489 by volkov.rodion: allow simultaneous drawing on
the whiteboard for non-moderators/all users / rework Moderation Role
http://code.google.com/p/openmeetings/issues/detail?id=489
I am afraid, there is no mechanism that sets this value to true for the
initial
moderator at all. The case is, in newWhitePanel every instruments panel, be
it
drawpanel or whatever, has visible="${ ((canvas.ismoderator) ? true :
((canvas.isAllowedToDraw) ? true : false )) }, and the first user that
joins the room
has canvas.ismoderator equal to true, so he sees the drawing panel even
without
having canvas.isAllowed to draw equal to true. Any other user has no
canvas.ismoderator so he faces whatever isAllowedToDraw value he had
before, be it
false (by default) or true (after leaving a room and the code above)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---