Skip to content

Commit

Permalink
tiny demos update
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Jan 13, 2019
1 parent 120db65 commit e5147b7
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 33 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>window.demoVersion = '2019.01.09';</script>
<script>window.demoVersion = '2019.01.13';</script>

<!--
> Muaz Khan - www.MuazKhan.com
Expand Down Expand Up @@ -79,7 +79,10 @@
</style>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>

<script src="https://cdn.webrtc-experiment.com/RecordRTC/dev/WebAssemblyRecorder.js"></script>
<!-- web streams API polyfill -->
<script src="https://unpkg.com/@mattiasbuelens/web-streams-polyfill/dist/polyfill.min.js"></script>

<!-- for Edge/FF/Chrome/Opera/etc. getUserMedia support -->
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions simple-demos/WebAssemblyRecorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ <h1>WebAssembly Recorder using RecordRTC</h1>

<!-- <script src="../dev/WebAssemblyRecorder.js"></script> -->
<script src="https://cdn.webrtc-experiment.com/RecordRTC/dev/WebAssemblyRecorder.js"></script>
<!-- web streams API polyfill -->
<script src="https://unpkg.com/@mattiasbuelens/web-streams-polyfill/dist/polyfill.min.js"></script>

<script src="https://cdn.webrtc-experiment.com/RecordRTC.js"></script>
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
Expand Down
22 changes: 22 additions & 0 deletions simple-demos/embedded-iframes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<title>Embedded IFrames using RecordRTC</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}

html, body {
overflow: hidden;
}

iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 0;
outline: 0;
}
</style>
<iframe src="https://www.webrtc-experiment.com/RecordRTC/simple-demos/screen-recording.html" allow="microphone; camera"></iframe>
Loading

0 comments on commit e5147b7

Please sign in to comment.