PlayerEventsAddedParameter

@Serializable
data class PlayerEventsAddedParameter(val playerId: String, val events: List<Media.PlayerEvent>)

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

Constructors

Link copied to clipboard
constructor(playerId: String, events: List<Media.PlayerEvent>)

Properties

Link copied to clipboard
Link copied to clipboard