How can i check who end the meeting

Hi,

how can i check who is end the meeting. When user leave the meeting i get data who leave the meeting and get participant info but when meeting end i did not get data who end the meeting

Hi @akhil,

The meeting.ended event contains only the meeting details. The participants of a meeting can only leave a meeting. The meeting can only be ended by the host / alternative hosts. An admin with developer access can also end the meeting using the Update meeting API. If the later would not be the case for you, and you need who ended the meeting, that would be the value of the host_id field within the payload.

I hope this helps. Let me know if you have any questions.

Thanks,
Ojus

Hey @akhil,

You could maybe try to figure it out from the "leave_reason" from GET /metrics/meetings/{meetingId}/participants

"leave_reason": "Dojo left the meeting.<br>Reason: Host ended the meeting."

Thanks,
Tommy