cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1212
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Romain Gagnon on 24-11-2010 10:34:05 PM
Hi,
we are the getting the above error when trying to create a meeting with an attendee role set to PRESENTER.
The response comes back with an exceptionID 040007.
The same request is working fine if the attendee role is set to ATTENDEE.
Is there something we are doing wrong, or is there another way to make someone a presenter for a meeting?
I have attached the request and response xml documents.
thank you in advance, Eyal.

Subject: RE: The role is not supported for adding specified attendee to session
Replied by: sun man on 25-11-2010 02:09:19 AM
Hi,
we are the getting the above error when trying to create a meeting with an attendee role set to PRESENTER.
The response comes back with an exceptionID 040007.
The same request is working fine if the attendee role is set to ATTENDEE.
Is there something we are doing wrong, or is there another way to make someone a presenter for a meeting?
I have attached the request and response xml documents.
thank you in advance, Eyal.






Hi Fr,
 
This is most likely due to the <role>HOST</role> elements specified in the request for users who do not have a WebEx host account on the site.
 
<participants>
<attendees>
<attendee>
<person>
<firstName>Dev</firstName>
<lastName>Dude</lastName>
<webExId>strategiadev2</webExId>
<email>egoren@strategia.ca</email>
</person>
<role>PRESENTER</role>
</attendee>
<attendee>
<person>
<firstName>Joe</firstName>
<lastName>Mo</lastName>
<email>joe2@aol.com</email>
</person>
<role>ATTENDEE</role>
</attendee>
</attendees>
</participants>
 
 
For <role>PRESENTER</role>, the <person> must be host or site admin account from your webex.
 
with regards,
Nay La

Subject: RE: The role is not supported for adding specified attendee to session
Replied by: Romain Gagnon on 25-11-2010 09:14:55 PM
For <role>PRESENTER</role>, the <person> must be host or site admin account from your webex.

Can we do this with the trial account?

Is there another way of setting the host name for a specific meeting?

Subject: RE: The role is not supported for adding specified attendee to session
Replied by: sun man on 26-11-2010 02:09:14 AM


For <role>PRESENTER</role>, the <person> must be host or site admin account from your webex.


Can we do this with the trial account?

Is there another way of setting the host name for a specific meeting?


Hi Fri,
 
If you are using API Demo account from https://apidemoeu.webex.com/, you can create another host account with different email. If not, you can request to your webex site administrator.
 
with regards,
Nay La
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links