Files
sbc-outbound/data/srtp-transcoding.json
Sam Machin 9357920f76 set strict source (#185)
* set strict source

RTPBleed

* change to env var for strict source

* Update srtp-transcoding.json

* lint

* lint

* reverse the logic

* and argghhh

* clarification

* change
2025-08-03 19:44:31 -04:00

25 lines
688 B
JSON

{
"default": {
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"ICE": "force",
"SDES": "off",
"flags": ["generate mid", "SDES-no", "port latching"],
"rtcp-mux": ["require"]
},
"teams": {
"transport-protocol": "RTP/SAVP",
"ICE": "force",
"flags": ["generate mid",
"SDES-no-AES_CM_128_HMAC_SHA1_32",
"SDES-no-F8_128_HMAC_SHA1_80",
"SDES-no-F8_128_HMAC_SHA1_32",
"SDES-no-NULL_HMAC_SHA1_80",
"SDES-no-NULL_HMAC_SHA1_32",
"SDES-no-AES_192_CM_HMAC_SHA1_80",
"SDES-no-AES_192_CM_HMAC_SHA1_32",
"SDES-no-AES_256_CM_HMAC_SHA1_80",
"SDES-no-AES_256_CM_HMAC_SHA1_32"
],
"rtcp-mux": ["require"]
}
}