Skip to content

Adding sample to show how to listen to events

Vinay Rosenberg requested to merge github/fork/wilaw/development into development

Created by: wilaw

Adds a new sample file /samples/listening-to-events.html which illustrates the various events available on the MediaPlayer object to which page script can subscribe. The sample allows you to dynamically add events from a list as well as a remove them. The payload of each event received is traced out in both the console and a UI component.

Merge request reports