Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to User Management

RE: Manipulate WebEx integrated MP fields

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
I am manipulating a WebEx instance via the XML API that has been integrated with MeetingPlace for audio conferencing.
 
I want to manipulate the 3 specific fields that relate to MeetingPlace (see screenshot) via the XML API methods
createUser() and setUser().
 
I have unsuccessfully attempted to modify these fields via the following properties on the createUser method –
1.       Privilege
2.       TSPAccount
3.       PersonalTeleConf
4.       ThirdPartyTeleConf

 
 
Is this possible via the XML API?
 
Thanks,
Enda
Attachments:

Enda,

Did you ever resolve this? I'm trying to do the exact same thing.

Thanks,
BJ

Enda,

Did you ever resolve this? I'm trying to do the exact same thing.

Thanks,
BJ

Hi BJ,
 
No I was unable to resolve this, I have been informed that the API does not support this.
 
Thanks,
Enda

Enda,

Did you ever resolve this? I'm trying to do the exact same thing.

Thanks,
BJ


Did you ever resolve this BJ? Looks like the URL API supports this.

I didn't resolve this. I'm looking at the URL API now...was there something in particular that let you to the URL API to get this done?

Thanks,
BJ

Have you tried setting the "voipspecified = true" ?: I think if you have it to true, you can enable and disable MP audio, webx audio etc...


We found a way to fix this. We realized that we had to modify the related “specified” attribute of each meeting option. When we set them to true, it worked the way we want them. Did you play around with these while trying to reproduce the scenario?

createMeeting.enableOptions.attendeeRecordMeetingSpecified = true;
createMeeting.enableOptions.attendeeRecordMeeting = false;
createMeeting.enableOptions.voipSpecified = true;
createMeeting.enableOptions.voip = false;
createMeeting.enableOptions.faxIntoMeetingSpecified = true;
createMeeting.enableOptions.faxIntoMeeting = false;
createMeeting.enableOptions.enableRegSpecified = true;
createMeeting.enableOptions.enableReg = false;
createMeeting.enableOptions.supportQandASpecified = true;
createMeeting.enableOptions.supportQandA = true;

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.