You can change the code in
openmeetings/modules/conference/video/editRecordStream.lzx:

if (canvas.currentRoomObject.isAudioOnly) {
                 this.addItem(canvas.getLabelName(448),"av");
                //    this.addItem(canvas.getLabelName(449),"a");
                    //this.addItem(canvas.getLabelName(845),"s");
                    //this.addItem(canvas.getLabelName(846),"sv");
                 //   this.addItem(canvas.getLabelName(451),"n");
                } else {
                 //this.addItem(canvas.getLabelName(448),"av");
                    this.addItem(canvas.getLabelName(449),"a");
                    //this.addItem(canvas.getLabelName(450),"v");
                    //this.addItem(canvas.getLabelName(845),"s");
                    //this.addItem(canvas.getLabelName(846),"sv");
                    this.addItem(canvas.getLabelName(451),"n");
                }

add your own code here, this.addItem() add items on the selector when you
entered the room.

av : audio and video
v : video only
a: audio only
n: neither

On Tue, Mar 29, 2011 at 11:46 PM, david arnold
<[email protected]>wrote:

> Is there away to set a room for video/ audio for admin and audio only for
> the rest of the room users?
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" 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-user?hl=en.
>



-- 
Best Regards!
Hai Yuan(Tony)
袁海

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" 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-user?hl=en.

Reply via email to