Blogs

Cisco Technology Developer Partners,

Cisco is proud to announce the availability of our Cisco Unified Communications System Release 8.6 Not-For-Resale software bundle on Cisco Marketplace (Partner Login Required).

To purchase the latest Unified Communications NFR Software bundle
- Navigate to Cisco Marketplace
- Login using your Cisco.com UserID ...Read More

 



REMINDER! CDN DEVELOPER TECHNICAL SESSION TRACK AT CISCO LIVE LONDON, JANUARY 31 through FEBRUARY 2, 2011
...Read More

 



Cisco Developer Network will be presenting a CDN Developer Track at Cisco Live! London the week of January 31, 2011.

We are presenting technical sessions which highlight Application Programming interfaces (APIs) and Software Developer Kits (SDKs) for Cisco technologies such as Unified Communications, IOS, and Access Routing Technologies ¿ including the new Cisco Cius ...Read More

 

Showing 3 results.

Forums

« Back to Discussion

Some of the advanced options not available in ScheduleParam

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I'm trying to schedule a meeting using the SOAP API, but found that there is no way to set some of the advanced options. The requirement is to replicate a meeting from one MP server to another MP server. The MeetingInfo is pulled from the first server using which the ScheduleParams is populated, and the meeting is replicated (using scheduleMeeting SOAP API) to the other server. But, I'm not able to replicate some of the advanced options. This is because either they are not available in MeetingInfo from first MP server or they are not available in ScheduleParams for replicating to the other MP, viz. ¿Include Attachments in Notification¿, ¿Auto Record¿, ¿Reserve Recording Resources¿.
 
ScheduleParams has a property 'sendAttachmentsInNotification', but there is no corresponding property in MeetingInfo.
 
MeetingInfo has autoStartRecord property, but there is no corresponding property in ScheduleParams.
 
ScheduleParams or MeetingInfo does not have a property corresponding to 'Reserve Recording Resources'
Please let me know how to set these options while scheduling a meeting via SOAP API.
 
Regards,
Shameer.

Hi Shameer,
 
For ScheduleParams 'sendAttachmentsInNotification', the corresponding property in MeetingInfo is autoDistirbuteAtt.

For MeetingInfo autoStartRecord property, you can use autoStartRecord  property in ScheduleParams.

As for 'Reserve Recording Resources',  you can set maximum meeting length at system level (adminWb->Meeting Configuration or use WebService SystemConfigurationService updateSystemConfiguration()).  Since this is at system level not per meeting and so it is not available in MeetingInfo and ScheduleParams.

Collateral


No files available