Interface RTCDtlsFingerprint

    interface RTCDtlsFingerprint {
        algorithm?: string;
        value?: string;
    }

    Properties

    Properties

    algorithm?: string
    value?: string