UNPKG

node-datachannel

Version:

WebRTC For Node.js and Electron. libdatachannel node bindings.

10 lines (8 loc) 253 B
declare class RTCCertificate implements globalThis.RTCCertificate { #private; constructor(); get expires(): number; getFingerprints(): globalThis.RTCDtlsFingerprint[]; getAlgorithm(): string; } export { RTCCertificate as default };