Closed gwijaya94 closed 3 years ago
Platform Android
Technology React Native
Build instructions [optional] "react-native": "0.63.4",
"react-native": "0.63.4",
Smartlook SDK version "smartlook-react-native-wrapper": "^0.40.0",
"smartlook-react-native-wrapper": "^0.40.0",
Summary Expected return boolean from Smartlook.isRecording()
Smartlook.isRecording()
Steps to reproduce [optional] Applied Smartlook.isRecording() before and after Smartlook.startRecording()
Smartlook.startRecording()
Relevant logs and/or screenshots Code:
Log:
Hi @gwijaya94 ,
isRecording is resolved via promise so you can use that variable via i.e.:
Smartlook.isRecording().then( isRecording => console.log(isRecording) )
Platform Android
Technology React Native
Build instructions [optional]
"react-native": "0.63.4",
Smartlook SDK version
"smartlook-react-native-wrapper": "^0.40.0",
Summary Expected return boolean from
Smartlook.isRecording()
Steps to reproduce [optional] Applied
Smartlook.isRecording()
before and afterSmartlook.startRecording()
Relevant logs and/or screenshots Code:
Log: