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
/
web-rtc-transport
/
fingerprint-algorithm.d.ts
8 lines
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
FingerprintAlgorithm
{
SHA1
=
0
,
SHA224
=
1
,
SHA256
=
2
,
SHA384
=
3
,
SHA512
=
4
}
//# sourceMappingURL=fingerprint-algorithm.d.ts.map