Meetings
Fetch a participant's detail
Returns a participant details for the given meeting and participant ID.
get/meetings/{meeting_id}/participants/{participant_id}
Path parameters
meeting_idstring uuid required
ID of the meeting. You can fetch the meeting ID using the create a meeting API.
participant_idstring required
ID of the participant. You can fetch the participant ID using the add a participant API.
Response
Success response