End

To end a live session and as a result kick all participants from it you need to execute a POST request against the /sessions/:id/end endpoint.

Request

curl --request GET \
  --url https://api.digitalsamba.com/api/v1/sessions/edb7a1cb-0627-44ed-9ae4-62a344d6e8a9/end \
  --user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY

Response (200 OK)

Response is empty because the session has ended and there is no content to return.

Last updated