diff options
Diffstat (limited to 'examples/demo.html')
-rw-r--r-- | examples/demo.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/demo.html b/examples/demo.html new file mode 100644 index 0000000..03e07b9 --- /dev/null +++ b/examples/demo.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <title>liburtc demo</title> + <script src="//webrtchacks.github.io/adapter/adapter-latest.js"></script> + <script> + // call liburtc peer + </script> + </head> + <body> + <h1>liburtc demo</h1> + + <video autoplay controls muted playsinline id="remoteVideo"></video> + </body> +</html> |