mirror of
https://gh.llkk.cc/https://github.com/h5p/moodle-mod_hvp.git
synced 2026-03-04 13:36:41 +08:00
9 lines
325 B
Text
9 lines
325 B
Text
{{=<% %>=}}
|
|
<div style="height: 100%; width: 100%; background: white;">
|
|
<iframe
|
|
src="<% wwwroot %>/mod/hvp/embed.php?id=<% cmid %>&user_id=<% user_id %>&secret=<% secret %>"
|
|
frameborder="0"
|
|
allow="microphone; camera"
|
|
allowfullscreen="allowfullscreen">
|
|
</iframe>
|
|
</div>
|