@nswitfy/jitsi-meet
Version:
A plugin which uses jitsi open source video conference SDK for both platforms, Android and IOS;
9 lines (5 loc) • 728 B
Markdown
# Android permissions and dependencies
- (Optional) Use AndroidManifest.xml to describe any permissions, features or other configuration specifics required or used by your plugin for Android.
NOTE: The NativeScript CLI will not resolve any contradicting or duplicate entries during the merge. After the plugin is installed, you need to manually resolve such issues.
- (Optional) Use include.gradle configuration to describe any native dependencies. If there are no such, this file can be removed. For more information, see the [include.gradle Specification](http://docs.nativescript.org/plugins/plugins#includegradle-specification)
[Read more about nativescript plugins](http://docs.nativescript.org/plugins/plugins)