Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eee7fd9

Browse filesBrowse files
committed
Merge branch 'gh-pages' of https://github.com/GleasonK/SimpleRTC into gh-pages
quick online edit
2 parents 4cca2a7 + 6e7adac commit eee7fd9
Copy full SHA for eee7fd9

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎embed.html‎

Copy file name to clipboardExpand all lines: embed.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<div id="stream-info"><img src="img/person_dark.png"/><span id="here-now">0</span></div>
3232
</body>
3333

34-
<script src="https://cdn.pubnub.com/pubnub.min.js"></script>
35-
<script src="js/webrtc.js"></script>
36-
<script src="js/rtc-controller.js"></script>
34+
<script src="https://cdn.pubnub.com/pubnub-3.7.14.min.js"></script>
35+
<script src="http://cdn.pubnub.com/webrtc/webrtc.js"></script>
36+
<script src="http://cdn.pubnub.com/webrtc/rtc-controller.js"></script>
3737
<script>
3838

3939
(function(){
Collapse file

‎embed_demo.html‎

Copy file name to clipboardExpand all lines: embed_demo.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="embed"></div>
77
<h1 id="stream-name"></h1>
88
</body>
9-
<script src="https://cdn.pubnub.com/pubnub.min.js"></script>
9+
<script src="https://cdn.pubnub.com/pubnub-3.7.14.min.js"></script>
1010
<script type="text/javascript">
1111

1212
(function(){

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.