<br><br><div class="gmail_quote">On Mon, Jun 7, 2010 at 10:22 AM, David Swardstrom <span dir="ltr">&lt;<a href="mailto:dswardstrom@remotelink.com">dswardstrom@remotelink.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I have been looking at the mod_conference Wiki page and have checked some of it&#39;s information against the current code in mod_conference.c. In particular, I have been interested in the “list” capability which is supported by conference_list(). The following comments will be used to change the “Mod Conference” Wiki page:<br>

This applies to the API reference, list entry:<br>
<br>
&lt;current entry&gt;<br>
Output: First line<br>
Conference &lt;conference name&gt; (&lt;member_count&gt; member )<br>
Following lines are csv separated list for each conference leg with the following items:<br>
id of participiant (starts at 1 after FS restart)<br>
Register string of participiant<br>
Uuid of participiants call leg<br>
Cid number<br>
Cid name<br>
Status (hear|speak|floor)<br>
Volume In<br>
Volume Out<br>
Energy Level<br>
&lt;/current entry&gt;<br>
<br>
&lt;corrected entry&gt;<br>
Output: First line<br>
Conference &lt;conference name&gt; (&lt;member_count&gt; member[s][  locked])<br>
Following lines are csv separated list for each conference leg with the following items:<br>
id of participant (starts at 1 after FS restart)<br>
Register string of participant<br>
Uuid of participants call leg<br>
Caller id number<br>
Caller id name<br>
Status (hear|speak|talking|video|floor)<br>
Volume In<br>
Volume Out<br>
Energy Level<br>
Notes:<br>
First line: “locked” reflects the lock/unlock status of the conference.<br>
Status: “hear” reflects the mute/unmute status of the member.<br>
Status: “speak” reflects the “deaf /undeaf” status of the member.<br>
Status: “talking” indicates that the input channel is providing some amount of sound energy.<br>
Status: “video” ???<br>
Status: “floor” indicates that this member currently owns the floor<br>
&lt;/corrected entry&gt;<br>
<br>
Does anyone have any comments I should add for floor? Is there anything significant to owning the floor?<br>
How about video? It seems that video and video conferencing is a capability that is desired and some support is provided. But is it really working? Does anyone use it? Is there an assumption in conferencing that video is currently sourced from only one place?<br>
</blockquote><div><br>IIRC only one person can have the &quot;floor&quot; and when you&#39;re in a video conf the person who has the floor is displayed on all the clients. Someone please correct me if that is not the case.<br>
-MC<br></div></div><br>