Cast 2.0

Get streamer token

Generates LiveKit credentials for a streamer to broadcast in a scene. This endpoint validates a streaming token and provides the necessary credentials for a streamer to connect to the LiveKit room and start streaming. No authentication required - uses streaming token for validation.

post/cast/streamer-token

Request body

tokenstring required

Streaming token for authentication

identitystring required

Display name for the streamer

Response

Streamer token generated successfully

urlstring required

LiveKit connection URL

tokenstring required

LiveKit JWT token for authentication

roomIdstring required

LiveKit room ID

identitystring required

Unique internal identity for the streamer

Changes

No recorded changes to this endpoint across all 1 revision of this API.