UNPKG

@pureweb/platform-streaming-agent

Version:

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

4 lines (3 loc) 100 B
export interface IPresenceMonitor { monitor: (id: string, bOffer?: boolean) => Promise<void>; }