UNPKG

@pureweb/platform-streaming-agent

Version:

The PureWeb platform streaming agent enables your game to communicate and stream through the PureWeb Platform

5 lines (4 loc) 165 B
import { ConnectionStates } from './ConnectionStates'; export interface IConnectionService { onStateChanged(handler: (state: ConnectionStates) => void): void; }