From c73d9d2ba0b9109482599084e2fc19caed7ed5f5 Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com> Date: Fri, 17 Jul 2020 16:22:55 -0400 Subject: [PATCH] Update 7. Jami plugins --- .../{7. Jami plugins.md => 7.-Jami-plugins.md} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) rename technical/{7. Jami plugins.md => 7.-Jami-plugins.md} (93%) diff --git a/technical/7. Jami plugins.md b/technical/7.-Jami-plugins.md similarity index 93% rename from technical/7. Jami plugins.md rename to technical/7.-Jami-plugins.md index b56827fd..2c3c3003 100644 --- a/technical/7. Jami plugins.md +++ b/technical/7.-Jami-plugins.md @@ -24,31 +24,29 @@ To setup a plugin for Android you must go under Setting, enable plugins if it di After installed it is automaticaly loaded. Optionally, the user can manually perform load/unload using the checkbox button on the plugin list. - - + + For Android uninstall, one must click on the plugin and a uninstall option will appear allong with the preferences and a reset preferences option. In order to a preference modification can take effect the plugin has to be reloaded. - - + + #### Linux Similarly, for Linux, one must go to Jami Prefences, enable plugins if it disabled, and select a plugins file from your computer. For Linux, each plugins in plugins list shows a uninstall button and a checkbox button corresponding to the load/unload action. For client-gnome it is not yet possible to change plugin's preferences. - - + + ### Use! A plugins only take place if you turn them on during a call. For either Android or Linux you can do so by clicking on the plugins icon on your call screen. - - - - + + ## How to build? If you want to make something with your video call, it is possible that you will do so with OpenCV and/or Tensorflow. -- GitLab