My main question is for this endpoint cloud-recording/get/accounts/{accountId}/recordings
Description
- I wanted to know whether
cloud-recording/get/accounts/{accountId}/recordingsfetches all the recordings even the phone recordings or do i also have to call/recordings/get/accounts/{accountId}/phone/recordingsto get phone recordings ? - Secondly is there a way without the need to pass a from date that is old(create of zoom date) to get the oldest calls or not ?
- Third, I don’t see Participants attached in the response of either
cloud-recording/get/accounts/{accountId}/recordingsor/recordings/get/accounts/{accountId}/phone/recordings? how can we get the meetings participants for both can they both work with thismeetings/get/past_meetings/{meetingId}/participants??