Nurama Developers
Events

Receive typing:stop

Ephemeral typing indicator stop.

server → client on the resource channel. Socket.IO event name: typing:stop.

Ephemeral typing indicator stop. Client -> server: emit { chatId }. Server -> clients: relayed with the authenticated userId to every other socket on the chat channels.

Same routing and payload as typing:start.

Payload: typing:stop

Payload of the 'typing:stop' socket event.

PropertyTypeRequiredDescription
chatIdstring (uuid)noChat the typing indicator belongs to.
userIdstring (uuid)noUser who is typing. Equals the AI system user ID when the AI assistant is composing a reply.
timestampintegernoServer time in milliseconds since epoch.

On this page