Tiltify Phoenix Channels realtime client. Wraps the official
phoenix JS client with the same surface the legacy
@playlive/tiltify-tools/tiltify-websocket module shipped, so
existing consumers migrate by changing only the import specifier.
REST lookups (campaign / fundraising event / cause) are delegated
to the @playlive/tiltify-coretiltify singleton — configure
proxy + auth there before constructing a TiltifyWebSocket.
Subpath exports:
@playlive/tiltify-phoenix — full barrel (default)
@playlive/tiltify-phoenix/client — TiltifyWebSocket class
plus its callback types (pulls the phoenix peer dep)
@playlive/tiltify-phoenix— public entry point.Tiltify Phoenix Channels realtime client. Wraps the official
phoenixJS client with the same surface the legacy@playlive/tiltify-tools/tiltify-websocketmodule shipped, so existing consumers migrate by changing only the import specifier.REST lookups (campaign / fundraising event / cause) are delegated to the
@playlive/tiltify-coretiltifysingleton — configure proxy + auth there before constructing aTiltifyWebSocket.Subpath exports:
@playlive/tiltify-phoenix— full barrel (default)@playlive/tiltify-phoenix/client—TiltifyWebSocketclass plus its callback types (pulls thephoenixpeer dep)@playlive/tiltify-phoenix/events—EVENTS_TO_WATCH,EventType,FactType(zero runtime deps)