Hello,
That's right. If your site has callback telephony, setting telephonySupport to CALLBACK will result in the popup asking for telephone number, setting telephonySupport to CALLIN will give a dial-in number and attendee ID. Setting voip to TRUE will result in computer audio being made available.
Hi there, I am working with a customer that has callback telephony (when I join their meetings it prompts me to enter a callback number). Creating a meeting via the API however is coming back with the error The TelephonyType is not supported. Would this be an individual user account issue perhaps?
Sample XML:
<pre id="line1"><confName>XYZ Conference</confName>
<meetingType></meetingType></metaData>
<accessControl>
<meetingPassword></meetingPassword>
</accessControl>
<enableOptions>
</enableOptions>
<schedule>
<startDate>09/20/2012 11:00:00</startDate>
<openTime>900</openTime>
<joinTeleconfBeforeHost>false</joinTeleconfBeforeHost>
<duration>360</duration>
<timeZoneID>4</timeZoneID>
</schedule>
<telephony>
<telephonySupport>CALLBACK</telephonySupport>
</telephony></pre>
<pre id="line1">
</pre>
<pre id="line1">Response:</pre>
<pre id="line1">
</pre>
<pre id="line1">
<serv:header>
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>The TelephonyType is not supported.</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>010004</serv:exceptionID>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent/>
</serv:body>
</serv:message></pre>