-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use Double over Float to fix native video rendering
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2031bfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#353
2031bfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kklindic I've added a forked version in npm for my use. Feel free to use if needed.
https://www.npmjs.com/package/cordova-plugin-iosrtc-fork
https://github.com/onerinas/cordova-plugin-iosrtc-fork
@ibc I might not be able to cover all items mentioned in #338 hence the forked version.
I've kept the same name and mentioned as fork to give credit to this repository. Hope that's not an issue.
2031bfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can always do
npm install git+https://github.com/BasqueVoIPMafia/cordova-plugin-iosrtc.git#master
as well.2031bfa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uunp Hey, I ended up using https://github.com/simplyrtc/cordova-plugin-iosrtc-simplyrtc for Swift 4.2 support.
It would be really helpful if you can make the fix in https://github.com/simplyrtc/cordova-plugin-iosrtc-simplyrtc.
If you are busy, let me know if I can cherrypick your commit and create a pull request there.
Thanks