opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

Improvement in the getPosition method so that the video obeys the siz… #125

Open samurodrigo opened 6 years ago

samurodrigo commented 6 years ago

…e and position of the div that contains it

This commit solves the issue #124

msach22 commented 6 years ago

@samurodrigo Thanks for the PR. It looks like you modified the opentok.js file. You actually have to work on the CoffeScript files in the src/js folder. For more information, please visit: https://github.com/opentok/cordova-plugin-opentok/blob/master/CONTRIBUTING.md

samurodrigo commented 6 years ago

Hi @msach22, thanks for the review.

I made another pull request right now ok.