bombbomb / BBCore

A Javascript API to use BombBomb services
4 stars 12 forks source link

getVideoRecorder replaces provided opts with defaults #13

Closed DubHunt closed 7 years ago

DubHunt commented 7 years ago

I was specifying width and height options when calling startVideoRecorder and they were not being honored. After taking a peek at the code, it looks like getVideoRecorder is replacing provided options with defaults. I can open a PR for this shortly.