Get meeting recordings participant separate audio files order of response

API Endpoint(s) and/or Zoom API Event(s)

Description
I am trying to figure out the user corresponding to the audio on the response of the participant separate audio files array in the meeting recording details. So far, I have noticed that the response returns the host in the first index of the array. Does this hold true for all requests to this endpoint?

"participant_audio_files": [
        {
            "id": "",
            "recording_start": "2023-09-27T07:06:29Z",
            "recording_end": "2023-09-27T07:07:13Z",
            "file_name": "Host?",
            "file_type": "M4A",
            "file_extension": "M4A",
            "file_size": 708602,
            "play_url": "",
            "download_url": "",
            "status": "completed"
        },
        {
            "id": "",
            "recording_start": "2023-09-27T07:06:29Z",
            "recording_end": "2023-09-27T07:07:13Z",
            "file_name": "Participant one?",
            "file_type": "M4A",
            "file_extension": "M4A",
            "file_size": 708602,
            "play_url": "",
            "download_url": "",
            "status": "completed"
        }
    ],

Hi @duetsdevteam
Thanks for reaching out to us.
Allow me some time to do some testing on my end and I will get back to you with an update. I personally have not paid attention to the order of the participants in the array but I am happy to look into this

1 Like

Thank you @elisa.zoom. Do you have a response on this matter?

Hey @duetsdevteam
Sorry for the late reply here!
I was able to do some testing on my end with 3 different meetings and I noticed that not always the first index of the array was the host.
It happened in one of these 3 meetings that the audio of a participant was the first one.