We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd9236 commit 48e76ccCopy full SHA for 48e76cc
1 file changed
pkg/protocol/extension/srtp_protection_profile.go
@@ -22,6 +22,10 @@ func srtpProtectionProfiles() map[SRTPProtectionProfile]bool {
22
return map[SRTPProtectionProfile]bool{
23
SRTP_AES128_CM_HMAC_SHA1_80: true,
24
SRTP_AES128_CM_HMAC_SHA1_32: true,
25
+ SRTP_AES256_CM_SHA1_80: true,
26
+ SRTP_AES256_CM_SHA1_32: true,
27
+ SRTP_NULL_HMAC_SHA1_80: true,
28
+ SRTP_NULL_HMAC_SHA1_32: true,
29
SRTP_AEAD_AES_128_GCM: true,
30
SRTP_AEAD_AES_256_GCM: true,
31
}
0 commit comments