I'm testing the new release 0.0.13. I built the permissions request at the beginning of my app to get the permissions away. Here is the issue that I run into.
- Click on the start record button which calls 'startRecordScreen' but nothing is recorded (don't even see screen cast warning popup window).
- Click on the stop record button which calls 'stopRecordScreen', again nothing happens.
- Click on the start record button again, the second time. After that the screen cast popup window is displayed and it starts to record.
I tested it by using the example coming with the package. It has the same issue. Users need to click on the start/stop/start button in order to trigger the recording at very first time. While with the old version, I don't have this issue.
I'm testing the new release 0.0.13. I built the permissions request at the beginning of my app to get the permissions away. Here is the issue that I run into.
I tested it by using the example coming with the package. It has the same issue. Users need to click on the start/stop/start button in order to trigger the recording at very first time. While with the old version, I don't have this issue.