I`m trying to create training session with 'No Tone' or 'Announce Name' options.
Request XML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
... hosts credentials
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.training.CreateTrainingSession">
<accessControl>
<listing>PUBLIC</listing>
<sessionPassword>12345</sessionPassword>
</accessControl>
<schedule>
<startDate>08/25/2014 10:00:00</startDate>
<timeZone>GMT+03:00, Nairobi (Nairobi)</timeZone>
<duration>60</duration>
<openTime>15</openTime>
<entryExitTone>NOTONE</entryExitTone>
</schedule>
*
*
*
</serv:message>
Session is created, but <entryExitTone>NOTONE</entryExitTone> in the schedule block does not taken into account.
Сan anyone know why this is happening?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi Rustam,
entryExitTone Optional.
Valid values are:
0: No Tone
1: Beep
2: Announcement
The sound that all attendees hear when an attendee joins or exits a meeting.
-----------------------------------
entryExitTone Optional.
Valid values are:
S 0: No Tone
S 1: Beep
S 2: Announcement
The sound that all attendees hear when an attendee joins or exits a
meeting.
User preference setting Ignored. Not supported.
Thanks and Regards,
Geevarghese
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi, gcheria,
thank you for your response. But in this case i try to create Training session not Meeting. Here is the reference for Training Session - https://developer.cisco.com/media/webex-xml-api/622ElementsinWebExXMLSchemaDefinitionsfortheTrainingSessionService.html
There is written:
entryExitTone
Optional.
Enumerated string.
Valid values are:
NOTONE, BEEP, and
ANNOUNCENAME.
The sound all attendees here when an attendee enters or exits the training session.
Default is the same as the webpage.
Gyazo - 4debb77c1ba5fc9a4d0c1bf3ebf33364.png
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can someone help with this issue?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.