06-06-2022 09:11 AM - edited 06-06-2022 09:12 AM
The response of "Lstrecording" XML API call is returning "password" with empty value. Even though there was a password available for that recording which can be seen in web portal.
The response of "List Recordings" REST API call for same meeting id is returning the correct value in "password" element.
Is this bug in XML API?
Note: Attached text file containing XML API Response & REST API Response for same meeting id.
Solved! Go to Solution.
06-07-2022 08:24 PM
In the request to LstRecording you need to also include the serviceTypes in order to check if a password is required. Not including that will always return a blank password parameter and passwordReq as false.
Example:
<serviceTypes>
<serviceType>MeetingCenter</serviceType>
</serviceTypes>
06-07-2022 08:24 PM
In the request to LstRecording you need to also include the serviceTypes in order to check if a password is required. Not including that will always return a blank password parameter and passwordReq as false.
Example:
<serviceTypes>
<serviceType>MeetingCenter</serviceType>
</serviceTypes>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide