UNPKG

@ably/chat

Version:

Ably Chat is a set of purpose-built APIs for a host of chat features enabling you to create 1:1, 1:Many, Many:1 and Many:Many chat rooms for any scale. It is designed to meet a wide range of chat use cases, such as livestreams, in-game communication, cust

8 lines (6 loc) 214 B
import * as Ably from 'ably'; /** * Handler for discontinuity events * @param error - The error that occurred to cause the discontinuity. */ export type DiscontinuityListener = (error: Ably.ErrorInfo) => void;