pairdrop/rtc_config_example.json

14 lines
218 B
JSON

{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stun:<DOMAIN>:3478"
},
{
"urls": "turns:<DOMAIN>:5349",
"username": "username",
"credential": "password"
}
]
}