impl #796 observe media volume change (#798)

This commit is contained in:
yz-yu
2022-01-16 15:39:43 +08:00
committed by GitHub
parent 69a1b9ffe6
commit a307c5c5bb
5 changed files with 36 additions and 12 deletions

View File

@@ -31,9 +31,11 @@ rrweb.record({
// do not record mouse movement
mousemove: false
// do not record mouse interaction
mouseInteraction: false,
mouseInteraction: false
// set the interval of scrolling event
scroll: 150 // do not emit twice in 150ms
// set the interval of media interaction event
media: 800
// set the timing of record input
input: 'last' // When input mulitple characters, only record the final input
}