Get Participant Token
GET/api/meet/participants/:participant_id/token
Get connection token for a participant after they've been admitted from waiting room.
This endpoint is called by the frontend when polling for admission status. If participant is still waiting, returns status="waiting". If participant was admitted, returns the connection token. If participant was denied/removed, returns 404.
Request
Responses
- 200
- 422
Successful Response
Validation Error