URL Parameters
Required Parameters
The Quick Record URL requires specific query parameters to function properly. Below is a detailed breakdown of each parameter:
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | Authentication token for the user |
email | string | Yes | User's email address |
meetingId | string | Yes | Meeting ID received from initiate endpoint |
redirectUrl | string | No | URL to redirect after recording (optional) |
System Behavior
Initial Landing
- User accesses the Quick Record URL
- System validates the token, email, meetingID
- Recording interface loads in the specified language
Redirect Handling
- If
redirectUrlis present, system will redirect after 5 seconds - If no
redirectUrl, user remains on the recording interface