Get channel presence set
ably_get_presenceList the members currently present on a channel (who is online now). REST: GET /channels/{channel}/presence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max members (<=1000). Default 100. | |
| channel | Yes | Channel name. | |
| clientId | No | Filter to a specific clientId. | |
| connectionId | No | Filter to a specific connectionId. |