Releases: aullman/OpenTok-Angular
Releases · aullman/OpenTok-Angular
v2.0.1
Allowing you to update the props for the layout container. So now if you eg. want to change from fixedRatio=false to fixedRatio=true you can do that. The downside is I had to create a new scope for the layout container which means you now need to $broadcast('otLayout') instead of $emit('otLayout') to get the layout container to update. This is why I bumped the major version.
Support for common js modules
Added support for common js modules so that you can use npm to require it and then use your module bundler of choice.