You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Daniel Baker <in...@collisiondetection.biz> on 2022/02/05 12:11:18 UTC

What is confno string in Add room soap call

Hi,

Not sure what confno and what it does. Any ideas ?


xs:complexType name="roomDTO">
<xs:sequence>
<xs:element minOccurs="0" name="id" type="xs:long"/>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="tag" type="xs:string"/>
<xs:element minOccurs="0" name="comment" type="xs:string"/>
<xs:element minOccurs="0" name="type" type="ns1:type"/>
<xs:element minOccurs="0" name="capacity" type="xs:long"/>
<xs:element name="appointment" type="xs:boolean"/>
<xs:element minOccurs="0" name="confno" type="xs:string"/>
<xs:element name="isPublic" type="xs:boolean"/>
<xs:element name="demo" type="xs:boolean"/>
<xs:element name="closed" type="xs:boolean"/>
<xs:element minOccurs="0" name="demoTime" type="xs:int"/>
<xs:element minOccurs="0" name="externalId" type="xs:string"/>
<xs:element minOccurs="0" name="externalType" type="xs:string"/>
<xs:element minOccurs="0" name="redirectUrl" type="xs:string"/>
<xs:element name="moderated" type="xs:boolean"/>
<xs:element name="waitModerator" type="xs:boolean"/>
<xs:element name="allowUserQuestions" type="xs:boolean"/>
<xs:element name="allowRecording" type="xs:boolean"/>
<xs:element name="waitRecording" type="xs:boolean"/>
<xs:element name="audioOnly" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="hiddenElements" 
nillable="true" type="ns2:roomElement"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="files" 
nillable="true" type="tns:roomFileDTO"/>
</xs:sequence>
</xs:complexType>

Thanks,
Dan

Re: What is confno string in Add room soap call

Posted by Maxim Solodovnik <so...@gmail.com>.
Confno is for SIP only :)

from mobile (sorry for typos ;)


On Sat, Feb 5, 2022, 19:11 Daniel Baker <in...@collisiondetection.biz> wrote:

> Hi,
>
> Not sure what confno and what it does. Any ideas ?
>
>
> xs:complexType name="roomDTO">
> <xs:sequence>
> <xs:element minOccurs="0" name="id" type="xs:long"/>
> <xs:element minOccurs="0" name="name" type="xs:string"/>
> <xs:element minOccurs="0" name="tag" type="xs:string"/>
> <xs:element minOccurs="0" name="comment" type="xs:string"/>
> <xs:element minOccurs="0" name="type" type="ns1:type"/>
> <xs:element minOccurs="0" name="capacity" type="xs:long"/>
> <xs:element name="appointment" type="xs:boolean"/>
> <xs:element minOccurs="0" name="confno" type="xs:string"/>
> <xs:element name="isPublic" type="xs:boolean"/>
> <xs:element name="demo" type="xs:boolean"/>
> <xs:element name="closed" type="xs:boolean"/>
> <xs:element minOccurs="0" name="demoTime" type="xs:int"/>
> <xs:element minOccurs="0" name="externalId" type="xs:string"/>
> <xs:element minOccurs="0" name="externalType" type="xs:string"/>
> <xs:element minOccurs="0" name="redirectUrl" type="xs:string"/>
> <xs:element name="moderated" type="xs:boolean"/>
> <xs:element name="waitModerator" type="xs:boolean"/>
> <xs:element name="allowUserQuestions" type="xs:boolean"/>
> <xs:element name="allowRecording" type="xs:boolean"/>
> <xs:element name="waitRecording" type="xs:boolean"/>
> <xs:element name="audioOnly" type="xs:boolean"/>
> <xs:element maxOccurs="unbounded" minOccurs="0" name="hiddenElements"
> nillable="true" type="ns2:roomElement"/>
> <xs:element maxOccurs="unbounded" minOccurs="0" name="files"
> nillable="true" type="tns:roomFileDTO"/>
> </xs:sequence>
> </xs:complexType>
>
> Thanks,
> Dan
>