Files
sbc-inbound/data/srtp-transcoding.json
T
Hoan HL 4f5eb59e52 wip
2026-07-01 14:55:12 +07:00

16 lines
378 B
JSON

{
"default": {
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"ICE": "default",
"SDES": "off",
"flags": ["generate mid", "SDES-no", "port latching"],
"rtcp-mux": ["offer"]
},
"teams": {
"transport-protocol": "RTP/SAVP",
"ICE": "default",
"SDES": "off",
"flags": ["generate mid", "SDES-no", "port latching"],
"rtcp-mux": ["accept"]
}
}