Disconnect from bridge

To make the room disconnect from the phone bridge, you need to execute a POST request against the /rooms/:id/phone/disconnect endpoint. Obviously the room needs to be connected first to the bridge for this call to do anything meaningful.

Request

curl --request POST \
  --header "Content-Type: application/json" \
  --url https://api.digitalsamba.com/api/v1/rooms/45d125d8-bac9-43a5-a6a8-311a5433239d/phone/disconnect \
  --user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY \

Response (200 OK) - empty

Last updated