Feature Request: Load the Message Data for EventStream Events
Created by: joseph-marques
Currently, dash.js supports the surfacing of EventStream events. But currently, the messageData field of the Event is never populated.
I think it should be populated with the payload that comes in between the tags. It seems like the edit would need to be made around line 800 of DashManifestModel.js in the GetEventsForPeriod function.
Thanks!