How to trigger recording with recording API?
Starting a Recordings with JavaScript triggers is useful for when you want Recordings to start capturing after your visitors did a certain action on your website.
- Go to Recording, Click on the Tracking & Targeting button
- Go to the Tracking section, and turn off the toggle of Autostart session recording.
- Next, you can use the following javascript code to trigger the recording on your website.
- To start recording
- To stop recording
howuku.record.start()
howuku.record.stop()
If you need further help on this subject, you may contact us at [email protected] and we would love to help you with the implementation.