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

fix(media-plugin): MediaPlugin.create promise never fires #1220

Merged
merged 1 commit into from
Mar 22, 2017
Merged

fix(media-plugin): MediaPlugin.create promise never fires #1220

merged 1 commit into from
Mar 22, 2017

Conversation

vaskou
Copy link
Contributor

@vaskou vaskou commented Mar 22, 2017

The plugin was not working at all.

I think these are the reasons why:

  1. There was a typo in MediaObject constructor
  2. The MediaPlugin.create promise was never executed
  3. The return object was not a MediaObject

I have tested these changes in one of my projects using startRecord, stopRecord and play functions.
I think the rest are also working. Test it before merging this pull request.

@vaskou
Copy link
Contributor Author

vaskou commented Mar 22, 2017

This is a fix for issue #1219

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

Successfully merging this pull request may close these issues.

None yet

2 participants