On Premise Deployment
Configure Convai’s Pixel Streaming client to connect with your own backend and streaming servers for on-premise or self-hosted deployments.
Customising Service URLs
Available Service URL Overrides
Key
Description
React Example
<PixelStreamComponent
expId="your-experience-id"
InitialScreen={<div>Loading...</div>}
serviceUrls={{
sessionFetch: 'https://your-backend.example.com/api/session',
pixelStreamBase: 'https://your-streaming-server.example.com',
}}
/>Vanilla JS Example
When to Use This
Last updated
Was this helpful?