mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
plugin: add plugin to dbus interface
Change-Id: I0bdffd53e9ba9463e3daacbc0641ab82e1ba89dd
This commit is contained in:
@ -18,6 +18,6 @@ std::vector<std::string> listLoadedPlugins();
|
||||
int installPlugin(const std::string& jplPath, bool force);
|
||||
int uninstallPlugin(const std::string& pluginRootPath);
|
||||
std::vector<std::string> listCallMediaHandlers();
|
||||
void toggleCallMediaHandler(const std::string& id, const bool toggle);
|
||||
void toggleCallMediaHandler(const std::string& id, bool toggle);
|
||||
std::map<std::string,std::string> getCallMediaHandlerDetails(const std::string& id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user