getStreamingSessionStream
inline suspend fun NimbleClient.getStreamingSessionStream(crossinline block: GetStreamingSessionStreamRequest.Builder.() -> Unit): GetStreamingSessionStreamResponse
Gets a StreamingSessionStream for a streaming session.
Invoke this operation to poll the resource after invoking CreateStreamingSessionStream
.
After the StreamingSessionStream
changes to the READY
state, the url property will contain a stream to be used with the DCV streaming client.