mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
* Set strict source on rtpengine RTPBleed * use env var for strict source * lint * Update utils.js * arghhhh * clarification * change
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"default": {
|
|
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
|
"ICE": "default",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "port latching"],
|
|
"rtcp-mux": ["require"]
|
|
},
|
|
"teams": {
|
|
"transport-protocol": "RTP/SAVP",
|
|
"ICE": "default",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "port latching"],
|
|
"rtcp-mux": ["accept"]
|
|
}
|
|
} |