Variable AnnotationsConst

Annotations: unknown

Provides a BaseRealtime instance with the ability to interact with message annotations.

To create a client that includes this plugin, include it in the client options that you pass to the constructor:

import { BaseRealtime, WebSocketTransport, FetchRequest, Annotations } from 'ably/modular';
const realtime = new BaseRealtime({ ...options, plugins: { WebSocketTransport, FetchRequest, Annotations } });

If you do not provide this plugin, then attempting to access a channel’s annotations property will cause a runtime error.

Generated using TypeDoc