React Api Reference
    Preparing search index...

    Interface E2EEKeyProviderOptions

    Configuration options for the ExternalE2EEKeyProvider.

    interface E2EEKeyProviderOptions {
        discardFrameWhenCryptorNotReady?: boolean;
        failureTolerance?: number;
        ratchetWindowSize?: number;
    }
    Index

    Properties

    discardFrameWhenCryptorNotReady?: boolean

    Determines whether frames should be discarded when the cryptor is not ready.

    false
    
    failureTolerance?: number

    The number of tolerated decryption failures before taking action.

    -1
    
    ratchetWindowSize?: number

    The window size used for key ratcheting.

    0