Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 655 Bytes

CallStreamingFailedPayloadStreamParams.md

File metadata and controls

25 lines (13 loc) · 655 Bytes

CallStreamingFailedPayloadStreamParams

Streaming parameters as they were originally given to the Call Control API.

Properties

Name Type Description Notes
streamUrl String The destination WebSocket address where the stream is going to be delivered. [optional]
track TrackEnum Specifies which track should be streamed. [optional]

Enum: TrackEnum

Name Value
INBOUND_TRACK "inbound_track"
OUTBOUND_TRACK "outbound_track"
BOTH_TRACKS "both_tracks"