Initialize the realtime pipeline with consumer-supplied configuration. Idempotent — calling multiple times replaces the previous config.
Per-app configuration overrides.
initializeDataLayer({ tiltifyProxyUrl: "https://api.experience.stjude.org/tiltify", websocketUrl: "wss://udp.experience.stjude.org",}); Copy
initializeDataLayer({ tiltifyProxyUrl: "https://api.experience.stjude.org/tiltify", websocketUrl: "wss://udp.experience.stjude.org",});
Initialize the realtime pipeline with consumer-supplied configuration. Idempotent — calling multiple times replaces the previous config.