mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-01-24 22:37:51 +00:00
16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"default": {
|
|
"transport-protocol": "UDP/TLS/RTP/SAVPF",
|
|
"ICE": "default",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "media handover", "port latching"],
|
|
"rtcp-mux": ["require"]
|
|
},
|
|
"teams": {
|
|
"transport-protocol": "RTP/SAVP",
|
|
"ICE": "default",
|
|
"SDES": "off",
|
|
"flags": ["generate mid", "SDES-no", "media handover", "port latching"],
|
|
"rtcp-mux": ["accept"]
|
|
}
|
|
} |