removed config in favor of env vars

This commit is contained in:
Dave Horton
2020-02-15 18:42:42 -05:00
parent 0e88982adc
commit a8561cba43
10 changed files with 104 additions and 138 deletions

View File

@@ -0,0 +1,7 @@
{
"transport protocol": "RTP/AVP",
"DTLS": "off",
"SDES": "off",
"ICE": "remove",
"rtcp-mux": ["demux"]
}

View File

@@ -0,0 +1,7 @@
{
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"ICE": "force",
"SDES": "off",
"flags": ["generate mid", "SDES-no"],
"rtcp-mux": ["require"]
}