Wyler
Wyler copied to clipboard
Screen Recording Made Easy on iOS
Hi, i see your library it's very nice work. But i want to record perticular area not full screen , can you please hemp me with this. my email: [email protected]
Add callback for valid and error scenarios. Allow user to refuse and then accept recording without issue Allow users to set mic after they refuse the first time . this...
This PR adds a 'recordAudio' option to the ``startRecording`` method of ``ScreenRecorder``. If ``recordAudio`` is ``false`` then the screen is recorded without an audio track. The sample app is also...
Hi, I am getting below error on stoping the recording [AVAssetWriterInput markAsFinished] Cannot call method when status is 0. please help
Hello i use your lib in the module : https://github.com/riderx/capacitor-screen-recorder And when I do all my test I don't have bug in real device, only in simulator I get this...
Hello after getting Apple refuse because of error in my app screen record feature. i tested in simulator and got this issue : https://github.com/toupper/Wyler/issues/5 But it's doesn't look the be...
if user refuse to allow recorder and user click again to start and allow recorder ``` implementation.startRecording(saveToCameraRoll: true, errorHandler: { error in debugPrint("Error when recording \(error)") }) ``` I get...
Could you please make a sample with start recording function with outputURL. I just didn't know how could I create a file URL then pass it into this function. Thanks
Hi. Sorry, but your code does not compile and not working...