Suchst Du etwas bestimmtes?
Adding live control for polls without a live stream
Live control is still possible for polls without a live stream. To do this, select the option “Allow live control” in the poll window
and create a new window on the associated page with the module “Custom code”, in which you insert the following code:
<script type=”text/javascript”>
setInterval(function(){ parent.postMessage(“hlsengine_not_available”, “*”); }, 5000);
</script>
(!) When copying, make sure that the code is using superscripts and not quotation marks. You may need to overwrite the quotation marks with superscripts.