sendPlaystateCommand

suspend fun sendPlaystateCommand(sessionId: String, command: <Error class: unknown class>, seekPositionTicks: Long? = null, controllingUserId: String? = null): Response<Unit>

Issues a playstate command to a client.

Parameters

sessionId

The session id.

command

The MediaBrowser.Model.Session.PlaystateCommand.

seekPositionTicks

The optional position ticks.

controllingUserId

The optional controlling user id.