bigbluebutton-Github/labs/bbb-html5-client/public/templates/session_video.html
Leonardo Crauss Daronco e0d394896f HTML5: restructuring the client's html
Removing all the styling from the javascript files, it should all be done
in the css. Not finished yet, the chat and login screens still need a lot
of work.
2013-10-31 17:36:38 -02:00

7 lines
129 B
HTML
Executable File

<video height=100% width=100% autoplay controls>
<source src="">
</video>
<audio autoplay controls>
<source src="">
</audio>