Skip to Content

Socket V5 Server — Connection Confirmed

1 endpoint

POST /socket/v5/server/connection_confirmed

Connection Confirmed Api

Server-to-client: connection confirmed.

Request body:

{ sid: `string` profile_id: `string` | `null` guest_id: `string` | `null` server_time: `number` }

Response:

`object`

Last updated on