Rooms
WebSocket audio stream for a room
Upgrades to a WebSocket connection and joins the room as a bidirectional audio participant. The client sends and receives 16kHz 16-bit signed little-endian PCM audio (mono), base64-encoded in JSON text frames. Each audio frame is 640 bytes (20ms).
get/rooms/{id}/ws
Changes
Changed in 2 of the 67 revisions of this API.11
- ▲
added the new path request parameter
idnew-request-path-parameter
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
pathrequest parameteridrequest-parameter-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●