start_streaming

Start a streaming session

Returns the streaming interface id which holds the data stream

Parameters

integer
Duration to stream for
default: undefined
units: Seconds

# Examples

# Sample response

{
    "stream_id": "<stream_id>"
}
1
2
3