You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "SebastianWagner (Commented) (JIRA)" <ji...@apache.org> on 2011/12/21 13:11:30 UTC

[jira] [Commented] (OPENMEETINGS-4) Microphone rooms

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174033#comment-13174033 ] 

SebastianWagner commented on OPENMEETINGS-4:
--------------------------------------------

I made some changes to the code:

You've placed the bottom bar in the video view on y="${this.height}" so that it does not cover the webcam video, however I would prefer having the views inside the width and height of the view instead of attaching it to the bottom. It seems to me like otherwise the drop-shadow of the video-pods doesn't work as it is calced/based on the width/height of the video-pod's view.

So I changed:
videoObjectBroadcast.lzx
videoObjectPlayBroadcast.lzx
method: setDefaultVideoSize(w,h)
to calc additionally the bottom bar size into the resulting video size

setDefaultVideoSize(w,h) is triggered by editRecordStream.lzx Line 135

By using that we don't need "_resizeviewMicro" view and only use the resizeview
                
> Microphone rooms
> ----------------
>
>                 Key: OPENMEETINGS-4
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-4
>             Project: Openmeetings
>          Issue Type: Improvement
>    Affects Versions: 2.0 Apache Incubator Release
>            Reporter: German Grekhov
>            Assignee: SebastianWagner
>             Fix For: 2.0 Apache Incubator Release
>
>         Attachments: microphone-rooms.patch
>
>
> This issue is a feedback from users.
> A new types of room is required. At this room every participant has a right for giving exclusive audio.
> Also there are special video windows. They have orange (or some another color, but orange looks very good) header if the corresponding microphone is switched on and the have usual header color if it is switched off.
> And video windows also have an additional bottom panel colored like a header. This panel is like status bar. It contains information about the microphone state (on or off).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira