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