Meetings

Refresh participant's authentication token

Regenerates participant's authentication token for the given meeting and participant ID.

post/meetings/{meeting_id}/participants/{participant_id}/token

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

Example response

successboolean required

Success status of the operation