File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22{% block content %}
33
4- < script src ="//static.opentok.com/webrtc/v2.2 /js/opentok.min.js "> </ script >
4+ < script src ="https: //static.opentok.com/v2 /js/opentok.min.js "> </ script >
55
66 < div class ="container bump-me ">
77
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22{% block content %}
33
4- < script src ="//static.opentok.com/webrtc/v2.2 /js/opentok.min.js "> </ script >
4+ < script src ="https: //static.opentok.com/v2 /js/opentok.min.js "> </ script >
55
66 < div class ="container bump-me ">
77
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 " />
55 < title > OpenTok Hello World</ title >
6- < script src ="//static.opentok.com/webrtc/v2.2 /js/TB .min.js "> </ script >
6+ < script src ="https: //static.opentok.com/v2 /js/opentok .min.js "> </ script >
77 < script type ="text/javascript ">
88 var apiKey = '{{ api_key }}' ;
99 var sessionId = '{{ session_id }}' ;
You can’t perform that action at this time.
0 commit comments