Streaming parameters as they were originally given to the Call Control API.
| 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] |
| Name | Value |
|---|---|
| INBOUND_TRACK | "inbound_track" |
| OUTBOUND_TRACK | "outbound_track" |
| BOTH_TRACKS | "both_tracks" |