Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
Get number of concurrent connections
Copy link
Retrieves the number of devices and opened browser tabs currently connected to Sendbird server.
HTTP request
Copy link
Response
Copy link
If successful, this action returns the number of concurrent connections in the response body.
Property | Type | Description |
---|---|---|
ccu | int | The number of concurrent connections. |
In the case of an error, an error object is returned. A detailed list of error codes is available here.
On this page