org.wicketstuff.html5.media.webrtc.dev_config.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-html5 Show documentation
Show all versions of wicketstuff-html5 Show documentation
Some simple components and behaviors to support HTML5
The newest version!
{
"isDev": true,
"logLevel": 3,
"server": {
"port": 8000,
"secure": false, /* whether this connects via https */
"key": null,
"cert": null,
"password": null
},
"rooms": {
"maxClients": 0 /* maximum number of clients per room. 0 = no limit */
},
"stunservers" : [
{"url": "stun:stun.l.google.com:19302"}
],
"turnservers" : [
/*
{ "url": "turn:your.turn.server.here",
"secret": "turnserversharedsecret"
"expiry": 86400 }
*/
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy