Interface: RoomDiagnosticsEncryption
@roomful/core / RoomDiagnosticsEncryption
Interface: RoomDiagnosticsEncryption
Section titled “Interface: RoomDiagnosticsEncryption”Defined in: packages/core/src/types.ts:316
Captures encryption-related diagnostics for a room.
Properties
Section titled “Properties”decryptionErrorPeerIds
Section titled “decryptionErrorPeerIds”decryptionErrorPeerIds:
string[]
Defined in: packages/core/src/types.ts:330
Lists peers that produced decryption failures.
enabled
Section titled “enabled”enabled:
boolean
Defined in: packages/core/src/types.ts:320
Indicates whether end-to-end encryption is enabled.
incompatiblePeerIds
Section titled “incompatiblePeerIds”incompatiblePeerIds:
string[]
Defined in: packages/core/src/types.ts:325
Lists peers that negotiated an incompatible encryption setup.