JUMP TOWeb SDK APIGetting started with Smartlook for websitesMethodsSmartlook.anonymize()Smartlook.disable()Smartlook.error()Smartlook.identify()Smartlook.init()Smartlook.initialized()Smartlook.navigation()Smartlook.pause()Smartlook.properties()Smartlook.record()Smartlook.resume()Smartlook.track()PropertiesSmartlook.keySmartlook.playUrlSmartlook.recordIdSmartlook.sessionIdSmartlook.visitorIdSmartlook.versionPowered by Smartlook.disable() The disable() method is determined to pause or resume recording based on the parameter. Syntax JavaScriptdisable(isDisabled) Parameters isDisabled boolean value that determines whether the recording should be disabled. Return value void Examples Pause JavaScriptSmartlook.disable(true) Resume JavaScriptSmartlook.disable(false)