You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.camera.startRecordingWithOutputUrl(outputURL) syntax working fine.
When I upgraded to version 5.0.0, the error coming as Missing argument for parameter 'didRecord' in call at this line. -> self.camera.startRecordingWithOutputUrl(outputURL)
And another error Argument passed to call that takes no arguments at this line ->
self.camera.stopRecording({(camera, outputFileUrl, error) -> Void in
print(outputFileUrl)
})
So, what is the new syntax for version 5.0.0?
The text was updated successfully, but these errors were encountered:
I am using version 4.1.
self.camera.startRecordingWithOutputUrl(outputURL)
syntax working fine.When I upgraded to version 5.0.0, the error coming as
Missing argument for parameter 'didRecord' in call
at this line. ->self.camera.startRecordingWithOutputUrl(outputURL)
And another error
Argument passed to call that takes no arguments
at this line ->So, what is the new syntax for version 5.0.0?
The text was updated successfully, but these errors were encountered: