
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2014 06:02 AM
Hi, I want to enable "Join Before Host" and mention also the time period (15 minutes) when creating a meeting?
How to achieve them in XML API? What are the tags? I tried the "joinTeleconfBeforeHost" tag. But it says the this teleconference type does not support. Please help.
Solved! Go to Solution.
- Labels:
-
Webex Developer
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2014 11:12 AM
Hello,
The related XML API element is openTime, a child of schedule. For CreateMeeting, this element accepts values in seconds matching 0, 5, 10, or 15 minutes (5*60, 10*60, 15*60). Registration must be set to FALSE for openTime to accept a non zero value. You can review the openTime description in the XML API reference guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2014 11:12 AM
Hello,
The related XML API element is openTime, a child of schedule. For CreateMeeting, this element accepts values in seconds matching 0, 5, 10, or 15 minutes (5*60, 10*60, 15*60). Registration must be set to FALSE for openTime to accept a non zero value. You can review the openTime description in the XML API reference guide.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2014 11:21 AM
Thanks a lot nathan.
