stopStreamingSession
inline suspend fun NimbleClient.stopStreamingSession(crossinline block: StopStreamingSessionRequest.Builder.() -> Unit): StopStreamingSessionResponse
Transitions sessions from the READY
state into the STOPPED
state. The STOP_IN_PROGRESS
state is the intermediate state between the READY
and STOPPED
states.