Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: RoomDiagnosticsEncryption

@roomful/core


@roomful/core / RoomDiagnosticsEncryption

Defined in: packages/core/src/types.ts:316

Captures encryption-related diagnostics for a room.

decryptionErrorPeerIds: string[]

Defined in: packages/core/src/types.ts:330

Lists peers that produced decryption failures.


enabled: boolean

Defined in: packages/core/src/types.ts:320

Indicates whether end-to-end encryption is enabled.


incompatiblePeerIds: string[]

Defined in: packages/core/src/types.ts:325

Lists peers that negotiated an incompatible encryption setup.