Interface PresenceList<T>

interface PresenceList<T> {
    metas: readonly Readonly<T>[];
}

Type Parameters

  • T extends object

Properties

Properties

metas: readonly Readonly<T>[]

The presence for each device/client with which the operator is connected.

For example, an operator might be connected through the mobile app and through this SDK, resulting in metas containing two presence objects.

Generated using TypeDoc