startStreamingSession
inline suspend fun NimbleClient.startStreamingSession(crossinline block: StartStreamingSessionRequest.Builder.() -> Unit): StartStreamingSessionResponse
Transitions sessions from the STOPPED
state into the READY
state. The START_IN_PROGRESS
state is the intermediate state between the STOPPED
and READY
states.