Communications
Generates LiveKit credentials for a user to join a scene's communication room. This endpoint handles authentication, blacklist checking, scene ban verification, and generates appropriate permissions for the user. Requires Signed Fetch authentication from decentraland-kernel-scene. Must include the complete identity header chain: x-identity-auth-chain-0, x-identity-auth-chain-1, x-identity-auth-chain-2, x-identity-timestamp, and x-identity-metadata.
Signed Fetch authentication for scene-based requests. Requires a chain of identity headers:
- x-identity-auth-chain-0: Signer information
- x-identity-auth-chain-1: Ephemeral key information
- x-identity-auth-chain-2: Signed entity information
- x-identity-timestamp: Request timestamp
- x-identity-metadata: Request metadata Used for authentication from decentraland-kernel-scene.
Signed fetch request with scene and user information
Scene adapter generated successfully
Invalid request
Unauthorized - Invalid authentication or blacklisted user
Forbidden - User is banned from this scene
Not found - Realm or scene not found
Internal server error
Last updated