bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/whiteboard.html

12 lines
271 B
HTML
Executable File

<template name="whiteboard">
{{#if getInSession "display_whiteboard"}}
<p>The whiteboard</p>
{{/if}}
<div id="whiteboard-paper" style="position: fixed; top: 10%; left: 30%;">
<!-- {{createWhiteboardPaper}} -->
<p>
{{png}}
</p>
</div>
</template>