Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 5.0.0 syntax. #123

Open
Rashesh-Bosamiya opened this issue Dec 7, 2016 · 0 comments
Open

version 5.0.0 syntax. #123

Rashesh-Bosamiya opened this issue Dec 7, 2016 · 0 comments

Comments

@Rashesh-Bosamiya
Copy link

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 ->

self.camera.stopRecording({(camera, outputFileUrl, error) -> Void in
print(outputFileUrl)
        })

So, what is the new syntax for version 5.0.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant