hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

participents panel for meeting rooms #630

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
file: /modules/conference/participents/participents.lzx

Purpose of code changes on this branch:
===========
- streamline gui
- show icons per user who has video/audio on
- would like to show in order of users - Moderator, user (bold) and other 
users (outstanding)

When reviewing my code changes, please focus on:
==========
- please review layout
- I could not code it.  tried and tried.  What I was trying to do is to 
show each user who has their video/audio on.  

This is what I coded starting with line 224
                    if (canvas.publicSID == this.refObj.rc1) {
                    this._miniIcons._restartDevice.setAttribute
("visibility","visible");
                    this._miniIcons._restartDevice.setAttribute
("showhandcursor",false);
                    this._miniIcons._restartDevice._text.setAttribute
("text","");
                    } else {
                    this._miniIcons._restartDevice.setAttribute
("visibility","hidden");
                    }

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by indesign...@gmail.com on 12 Feb 2009 at 7:47

GoogleCodeExporter commented 9 years ago
Hello and welcome indesignsca, 
we are currently working on another branch. This code is outdated.

Original comment by seba.wag...@gmail.com on 4 May 2009 at 1:14