@liveblocks/core
Advanced tools
Changelog
v0.19.11
@liveblocks/node
WebhookHandler
now handles RoomCreatedEvent
and RoomDeletedEvent
Changelog
v0.19.9
@liveblocks/client
WebhookHandler
class
new WebhookHandler(secret).verifyRequest({ rawBody, headers })
can be used
to verify event requests from Liveblock's webhook functionality. It also
provides fully typed WebhookEvents
.