UNPKG
@gathertown/mediasoup
Version:
latest (0.0.4-gather)
0.0.4-gather
0.0.3-gather
0.0.2-gather
Cutting Edge WebRTC Video Conferencing
mediasoup.org
gathertown/mediasoup
@gathertown/mediasoup
/
node
/
lib
/
fbs
/
srtp-parameters
/
srtp-crypto-suite.d.ts
7 lines
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
SrtpCryptoSuite
{
AEAD_AES_256_GCM
=
0
,
AEAD_AES_128_GCM
=
1
,
AES_CM_128_HMAC_SHA1_80
=
2
,
AES_CM_128_HMAC_SHA1_32
=
3
}
//# sourceMappingURL=srtp-crypto-suite.d.ts.map