PairDrop/rtc_config_example.json

9 lines
117 B
JSON
Raw Normal View History

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