Skip to main content
POST
Seek Live Audio Stream

Path Parameters

id
string
required
streamId
string
required

Body

application/json
positionSeconds
number<double>

Response

Seek applied successfully

streamId
string
positionSeconds
number<double>
mode
enum<string>

Playback mode after the seek. 'live' = at the live playhead; 'replay' = the call is still live but playback is offset behind the live playhead; 'recorded' = playing back a completed call recording.

Available options:
live,
replay,
recorded
bufferDurationSeconds
number<double>
paused
boolean