API

Identification

Learn how to identify users in your application.

To identify users, you can set a user data. This is useful for tracking users across multiple devices and sessions.

User params
1
import ls from "@livesession/browser";
2
3
ls.identify({name: "John Doe", email: "john.doe@example.com"})

Learn more about user browser methods here.

IntroductionRecording conditions