mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
15 lines
279 B
Text
15 lines
279 B
Text
|
|
nodes = {
|
|
webrtc = {
|
|
type = "webrtc"
|
|
# required session key.
|
|
session = "<YOUR SESSION>"
|
|
# optional signaling server.
|
|
server = "<ADDRESS OF YOUR SIGNALING SERVER>"
|
|
# optional format.
|
|
format = "json"
|
|
# optional initial connect timeout.
|
|
wait_seconds = 120
|
|
}
|
|
}
|
|
|