1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/etc/examples/nodes/webrtc.conf
Philipp Jungkamp 6760272a4b node-webrtc: initial working transmission
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-16 16:27:54 +02:00

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
}
}