blob: f36ac3d58f463942bf3bbb3d27d0c32214c98434 [file] [log] [blame]
agsantos1e7736c2020-10-28 14:39:13 -04001
2Create a functionality's skeleton files: FUNCTIONALITY
3
4A functionality is a capability and a single Jami Plugin can implement
5multiple functionalities.
6
7Each functionality may be applied to different data types that requires
8diferent APIs. Currently, our plugin system supports the following data:
9(1) video during a call (Media Handler API).
agsantosf499e072020-11-26 16:30:57 -050010(2) audio during a call (Media Handler API).
agsantos1e7736c2020-10-28 14:39:13 -040011
12
13Be aware that when creating functionalities outside a full plugin pipeline
14creation, some modifications to match the preferences usablities may have
15to be done by hand. If you don't know how to do it, consider creating a
16functionality from inside a full plugin creation pipeline and then you can
17use it as an example. Alternatively, you can peek at our available plugins
18at https://git.jami.net/savoirfairelinux/jami-plugins .
19
20For more technical information, please refer to:
21https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/7.-Jami-plugins .