You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
returned RtcConfig
This commit is contained in:
@@ -27,6 +27,17 @@
|
|||||||
<script src="js/3las/3las.js"></script>
|
<script src="js/3las/3las.js"></script>
|
||||||
<script src="js/3las/main.js"></script>
|
<script src="js/3las/main.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
var RtcConfig = {
|
||||||
|
iceServers: [
|
||||||
|
{
|
||||||
|
urls: "turns:turnserver.example.org",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
urls: "stun.l.google.com:19302"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
};
|
||||||
var AudioTagId = "audioTag";
|
var AudioTagId = "audioTag";
|
||||||
window.addEventListener('load', Init, false);
|
window.addEventListener('load', Init, false);
|
||||||
document.ontouchmove = function(e){
|
document.ontouchmove = function(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user