how to get both recordings list with chat through api in php

Hi,

How can we get recordings with the chat for a session through api in php?

Have you looked at our REST APIs ? 

https://zoom.us/developer/overview/rest-recording-api

https://zoom.us/developer/overview/rest-archived-chat-messages-api

Calling these API’s from PHP is straightforward. Use can use cURL or check out Guzzle (http://guzzle.readthedocs.org/) %C2%A0)

Thanks, Wei 

 

Hi,

I have used chat/get to get the chat messages. But I am getting empty chat even if I have chat file under host login on zoom account. The response which I am getting is below 

“<?xml version=“1.0” encoding=“UTF-8”?>
<result>
<session_id>125432604</session_id>
<group_name></group_name>
<from>2017-04-27</from>
<to>2017-04-29</to>
<page_size>100</page_size>
<page_count>0</page_count>
<next_page_token></next_page_token>
<chat_messages/>
</result>”

Please help

Thanks and regards,

Shantala

Hi Shantala,

we can not reproduce this on our side, please open a Jira ticket with Zoom Support. 

Best

Wei

 

Can you send me api to get chat and recordings from meeting, its urgent for me. I need to integrate it in my project.
Please update me asap