This document was generated from CDN thread
Created by: Amanda Burridge on 09-03-2012 10:05:09 AM
Hello all,
I'm currently attempting to set-up one-click meetings for new WebEx host users that I provision through my software (using the API). I have the following questions about the setUpOneClickMeetings xml API query:
Let UserX be the user I am setting up the one-click Meetings for.
<sessionType>
Currently I have this set to "3" (Pro Meeting). The users I create are Pro users, so this is correct, yes? Or, does this change depending on certain situations?
<sessionPassword>
Does both UserX and other users (participants?) need to specify this password? Is there a way to make a two different passwords for one click meetings, one for hosts of this one-click meeting (i.e. UserX) and one for other participants?
<sessionTemplate><name>
Right now, as by the code sample, I have this as "MC_3". What are the other valid values for this variable?I could not find them in the reference documents.
<tracking><trackingCode><value>
My software needs to keep track of billing for conferences, so would this be a good place to insert the billing code generated by my sofwtare? Or, in other words, are there any restrictions to what I can set this value to?
<telephony><personalAccountIndex>
What does this represent? Again, I could not find an explanation in the release documentation.
Thanks for any input! If it would be easier for me to post a sample query, let me know.
Amanda Burridge