Interface RestPresenceParams

The RestPresenceParams interface describes the parameters accepted by get.

Hierarchy

  • RestPresenceParams

Properties

clientId?: string

Filters the list of returned presence members by a specific client using its ID.

connectionId?: string

Filters the list of returned presence members by a specific connection using its ID.

limit?: number

An upper limit on the number of messages returned. The default is 100, and the maximum is 1000.

Default Value

100

Generated using TypeDoc