moreload/rtc_config_example.json

14 lines
230 B
JSON
Raw Permalink Normal View History

2023-05-25 21:57:05 +00:00
{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "turn:example.com:3478",
"username": "username",
"credential": "password"
}
]
}