Setting it up
1
Open your scenario
Switch to the Settings tab.
2
Enable consent
Toggle on Require consent.
3
Write your consent message
Plain text or markdown. Use markdown links to point participants at your Terms of Service, Privacy Policy, or any external page. Example:
4
Save
The next participant who tries to join sees the modal before they can hit “Start”.
What the participant sees
A modal with your message and two options:- I understand — accept and continue to the device check
- Cancel — navigate away from the meeting
Use cases
Recording Disclosure
Disclose that the session is recorded, transcribed, and reviewed. Required in many jurisdictions for two-party-consent recording.
Candidate Screening
Disclose that a recruiter or hiring manager may review the AI evaluation. Get explicit agreement before the interview begins.
Healthcare Training
Display HIPAA or PHI handling disclosures before clinicians enter a simulated patient encounter.
Research Studies
Capture informed-consent text for IRB-governed user research sessions.
Markdown support
The consent message renders as markdown. The most useful pieces:**bold**and*italic*for emphasis[Link text](https://example.com)for external links — opens in a new tab- Line breaks render as paragraph breaks
What’s stored
The consent screen is a pre-join gate, not a stored agreement record. The participant’s click is enforced (they can’t proceed without it) but isn’t logged to an auditable consent table. If your compliance program requires an audit trail of who consented to what version of the message when, capture that on your own backend before redirecting the participant to the meeting URL, or contact us about extending the model.Related
- Embed API — when embedding on a partner site, pass the end user’s
email(and optionallyend_user_idas your local reconciliation reference) so any consent-side capture on your end can be tied back to the meeting - In-Call Chat — files the participant uploads in chat are scoped to the meeting; consent should make this clear if relevant to your context

