You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Possible values (currently supported by iOS):
inline
fullScreen
pictureInPicture
remote
Add current_layout to context of tracking events
Add new tracking VIDEO_CHANGE_LAYOUT
Modify context
Erase current_layout
new_layout for new layout
old_layout for old layout
The text was updated successfully, but these errors were encountered:
tobiasrohloff
added
the
internal 🔨
No outward effect on the behavior. Refactorings, chores, maintenance such as updating dependencies.
label
Apr 22, 2021
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 layoutThe text was updated successfully, but these errors were encountered: