« 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.