HTML-h5p Player - v1
HTML player is used to render the HTML type contents
Last updated
Was this helpful?
HTML player is used to render the HTML type contents
Last updated
Was this helpful?
Was this helpful?
"mimeType": "application/vnd.ekstep.html-archive""metadata": {
"artifactUrl": "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/do_21339805065209446416747/artifact/zip-95kb_1635504230861_1635504790958.zip",
"identifier": "do_21339805065209446416747",
"mimeType": "application/vnd.ekstep.html-archive", // this could be html of h5p
"streamingUrl": "https://sunbirdstagingpublic.blob.core.windows.net/sunbird-content-staging/content/html/do_21339805065209446416747-latest"
}<!-- HTML Interface JS library -->
<script src="[relative_path]/htmlinterface.js"></script>
//you can log telemetry interact event as shown below
org.ekstep.contentrenderer.interface.telemetryService.interact(data)
//or
RI.telemetryService.interact(data)