Audio Stream Fields
This topic describes the fields contained in the audio stream in WebSocket Audio Streaming feature.
| Field | Description |
|---|---|
| channelid | The call channel ID of each member in the call. |
| callid | The unique ID of the call. |
| callflow | Call scenario.
|
| number | Caller ID of the call. |
| status | The current transmission status of the audio stream.
|
| audio | The audio payload containing PCM-encoded voice data for the call. |
Tip: To obtain additional call details, use the
callid provided in the audio stream packet to query the
information via the API. For more information, see Developer Guide - Query
Calls.