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

@@ -34,6 +34,8 @@ rrweb.record({
mouseInteraction: false,
// 设置滚动事件的触发频率
scroll: 150 // 每 150ms 最多触发一次
// set the interval of media interaction event
media: 800
// 设置输入事件的录制时机
input: 'last' // 连续输入时,只录制最终值
}