Skip to content

Interface: RoomDiagnosticsEncryption

@roomful/core


@roomful/core / RoomDiagnosticsEncryption

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

Captures encryption-related diagnostics for a room.

decryptionErrorPeerIds: string[]

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

Lists peers that produced decryption failures.


enabled: boolean

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

Indicates whether end-to-end encryption is enabled.


incompatiblePeerIds: string[]

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

Lists peers that negotiated an incompatible encryption setup.