diff --git a/web/index.html b/web/index.html
index e188282..5490914 100644
--- a/web/index.html
+++ b/web/index.html
@@ -293,7 +293,8 @@
});
});
- yospacePlayer.setPolicy(simplePolicy);
+ // We are using the default, built-in policy in the demo. Another policy can easily be set using this method:
+ // yospacePlayer.setPolicy(simplePolicy);
yospacePlayer.on('segmentplayback', function (event) {
if (event.mimeType === 'video/mp4') {