From 88270e9b040efff468defa071814717f19d01ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Tue, 16 Feb 2016 13:06:15 +0100 Subject: [PATCH] Clarify Requirements in README (fixes #132) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2e07e145..3816235d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Check the [release announcement](https://eface2face.com/blog/cordova-plugin-iosr * [Bug Tracker](https://github.com/eface2face/cordova-plugin-iosrtc/issues) for reporting issues and requesting new features (please don't use the bug tracker for questions or problems, use the Google Group instead). +## Requirements + +In order to make this Cordova plugin run into a iOS application some requirements must be satisfied in both development computer and target devices: + +* Xcode >= 7.2.1 +* iOS >= 9 (run on lower versions at your own risk, but don't open issues) +* `cordova-ios` 3.9.X (don't attempt to use 4.X) +* No bitcode (built-in *libwebrtc* does not contain bitcode so you need to disable it in your Xcode project settings) + + ## Installation Within your Cordova project: @@ -145,6 +155,10 @@ Methods such as `play()`, `pause()` are not implemented. In order to pause a vid * Update [yaeti](https://www.npmjs.com/package/yaeti) dependency ([issue #123](https://github.com/eface2face/cordova-plugin-iosrtc/issues/123)). +* Fix retain on `pluginMediaStreamTrack` does not allow camera/mic to be freed ([PR #126](https://github.com/eface2face/cordova-plugin-iosrtc/pull/126)). Credits to @oNaiPs. + +* Allow a handled video element to be removed from the DOM and added again later ([PR #127](https://github.com/eface2face/cordova-plugin-iosrtc/pull/127)). Credits to @oNaiPs. + #### Version 2.2.2 * Update `libwebrtc` to revision 11063 so `MediaStream` events (`onaddtrack` and `onremovetrack`) work again ([issue #95](https://github.com/eface2face/cordova-plugin-iosrtc/issues/95)).