-
-
Save GleasonK/0557fdd279e95349c896 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="https://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="https://cdn.pubnub.com/webrtc/webrtc.js"></script> | |
<script src="https://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