All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.html5.media.webrtc.dev_config.json Maven / Gradle / Ivy

There is a newer version: 10.3.0
Show 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