Type alias ParticipantKeyHandlerCallbacks

ParticipantKeyHandlerCallbacks: {
    keyRatcheted: ((material, participantIdentity, keyIndex?) => void);
}

Type declaration

  • keyRatcheted: ((material, participantIdentity, keyIndex?) => void)
      • (material, participantIdentity, keyIndex?): void
      • Parameters

        • material: CryptoKey
        • participantIdentity: string
        • Optional keyIndex: number

        Returns void