Is there any way to differentiate between the Gallery view and Presenter view recordings from the API?
Both “/users/{userId}/recordings” and “/meetings/{meetingId}/recordings” returns both as “MP4” under “file_type” in “recording_files”.
One work around might be to download the file and analyse the file name - but this is a bit of a grind.
It would be really useful to be able to tell them apart.
Thanks.