Skip to content
Snippets Groups Projects
Commit 2ea50b51 authored by Simon Döring's avatar Simon Döring
Browse files

Serve dependency in repo instead of using a CDN

parent 003e05f5
Branches
No related tags found
No related merge requests found
document.addEventListener('DOMContentLoaded', function() {
var server = 'https://' + window.location.hostname + ':8089/janus';
......
This diff is collapsed.
<html>
<head>
<title>Camera Sender</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.0/adapter.min.js"></script>
<script type="text/javascript" src="adapter.min.js"></script>
<script type="text/javascript" src="janus.js"></script>
<script type="text/javascript" src="camera-sender-2.js"></script>
<link rel="stylesheet" href="camera-sender.css">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment