SessionStorage configuration for pluggable storage backends. Allows users to configure snapshot and transcript storage independently.
const storage: SessionStorage = { snapshot: new S3Storage({ bucket: 'my-bucket' })} Copy
const storage: SessionStorage = { snapshot: new S3Storage({ bucket: 'my-bucket' })}
SessionStorage configuration for pluggable storage backends. Allows users to configure snapshot and transcript storage independently.
Example