change template level masking default to true

This commit is contained in:
Kyle Matthew Hedden 2022-03-28 08:58:40 -04:00
parent 6431e77122
commit 8ff374045b

View File

@ -33,7 +33,7 @@ import Foundation
public var tabBarIndex: Int?
// By default we mask until the server unlocks the page.
public var shouldMaskScreenWhileRecording: Bool = false
public var shouldMaskScreenWhileRecording: Bool = true
//--------------------------------------------------
// MARK: - Initializer