PairDrop/rtc_config_example.json
2023-04-17 15:24:31 +02:00

8 lines
117 B
JSON

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
}
]
}