putStream

abstract suspend fun putStream(client: PlatformClient, heartbeatToken: String? = null): Result<Unit, Error>

Inserts the stream concurrency record for a PlatformClient instance if successful.

Return

Result.Success with com.quickplay.vstb7.platform.model.NoDataResponse containing response status in com.quickplay.vstb7.platform.model.ResponseHeader object if the Stream Concurrency Microservice call is successful or Result.Failure with Error object otherwise.

Parameters

client