Open mathebox opened 5 years ago
As the video player can be presented in different layouts, we should trigger tracking events when the layout is changed, as well as adding the current layout to the context (similar to playback speed).
Proposed solution:
current_layout
VIDEO_CHANGE_LAYOUT
new_layout
old_layout
As the video player can be presented in different layouts, we should trigger tracking events when the layout is changed, as well as adding the current layout to the context (similar to playback speed).
Proposed solution:
current_layout
to context of tracking eventsVIDEO_CHANGE_LAYOUT
current_layout
new_layout
for new layoutold_layout
for old layout