Skip to main content
Call this endpoint when an audience member joins your show — for example, after they scan the QR code and land on the audience web page. It returns a short-lived eventToken scoped to that attendee.

Endpoint

Auth: Authorization: Bearer <accessToken> (your runtime client token)

Request body

Response

Error responses

Typical flow

This call is usually made by the audience web frontend (the page your audience visits after scanning the QR code), not directly from Unreal Engine. The frontend calls your visual’s backend (or a serverless function you provide), which calls /join with the runtime client token and forwards the eventToken back to the attendee’s browser.