struct Protocol::Media::PlayerEventsAdded

Overview

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.

Included Modules

Defined in:

protocol/media.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def events : Array(PlayerEvent) #

[View source]
def player_id : PlayerId #

[View source]