Skip to content

Commit

Permalink
Merge branch 'rz/fix/session-replay-media-codec' into rz/feat/session…
Browse files Browse the repository at this point in the history
…-replay-redact-options
  • Loading branch information
romtsn committed Apr 5, 2024
2 parents 3e0894d + 1fc9aa2 commit 15e61dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ReplayCacheTest {
frameRate: Int,
framesToEncode: Int = 0
): ReplayCache {
val recorderConfig = ScreenshotRecorderConfig(100, 200, 1f, frameRate = frameRate, bitRate = 20_000)
val recorderConfig = ScreenshotRecorderConfig(100, 200, 1f, 1f, frameRate = frameRate, bitRate = 20_000)
options.run {
cacheDirPath = dir?.newFolder()?.absolutePath
}
Expand Down

0 comments on commit 15e61dd

Please sign in to comment.