stopStreamingSession
abstract suspend fun stopStreamingSession(input: StopStreamingSessionRequest): 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.