Last active
December 6, 2015 22:55
-
-
Save ToeJamson/2d7ab6e5c90693bc60d9 to your computer and use it in GitHub Desktop.
WebRTC Parts 1-3 Edits
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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
<script src="https://cdn.pubnub.com/pubnub-3.7.14.min.js"></script> | |
<script src="http://cdn.pubnub.com/webrtc/webrtc.js"></script> |
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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
<script src="https://cdn.pubnub.com/pubnub-3.7.14.min.js"></script> | |
<script src="http://cdn.pubnub.com/webrtc/webrtc.js"></script> | |
<script src="http://cdn.pubnub.com/webrtc/rtc-controller.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment