forked from mozilla/naf-janus-adapter
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d49c9f5
commit 61e1558
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ naf-janus-adapter should support anything that supports recent WebRTC standards | |
<html> | ||
<head> | ||
<script src="https://webrtc.github.io/adapter/adapter-latest.js" crossorigin="anonymous"></script> | ||
<script src="https://aframe.io/releases/1.2.0/aframe.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/networked-aframe/networked-aframe@master/dist/networked-aframe.min.js" crossorigin="anonymous"></script> | ||
<script src="https://aframe.io/releases/1.3.0/aframe.min.js" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/networked-aframe@^0.9.0/dist/networked-aframe.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/networked-aframe/[email protected]/dist/naf-janus-adapter.min.js"></script> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters