UNPKG
ortc-adapter
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
ORTC to WebRTC Adapter
github.com/twilio/ortc-adapter
twilio/ortc-adapter
ortc-adapter
/
index.html
10 lines
(9 loc)
•
189 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"css/index.css"
>
</
head
>
<
body
>
<
script
src
=
"js/helpers.js"
>
</
script
>
<
script
src
=
"dist/ortc-adapter.js"
>
</
script
>
</
body
>
</
html
>