Configuration for STUN/TURN servers. This is converted to JSON and written into a file automatically. If you want to provide a file path instead, set RTC_CONFIG in services.pairdrop.environment.
Declarations
Type
JSON valueDefault
nullExample
{
iceServers = [
{
urls = "stun:stun.example.com:19302";
}
];
sdpSemantics = "unified-plan";
}