status — current TransportStatus ('idle' when not connected).type — active TransportType (null when not connected).send — stable callback to dispatch a TransportEvent to the room.Wraps the module-level transportManager singleton so React components
don't need to import it directly. Status updates trigger re-renders; send
is memoised and never changes identity.
Subscribe to the current transport connection status and expose a stable
sendcallback.