UNPKG

node-datachannel

Version:

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

9 lines (7 loc) 225 B
declare class RTCCertificate implements globalThis.RTCCertificate { #private; constructor(); get expires(): number; getFingerprints(): globalThis.RTCDtlsFingerprint[]; } export { RTCCertificate as default };