Hi community
I am successfully running Spark 2.5.8 with Openfire 3.6.4.
Spark uses Red5 0.0.6 Plugin which works flawless! Now I want to remove the video roster and the desktop sharing usability by simply remove the specific entries in the context menu. Finally there should be only the “Call” button to establish a 2 person video chat.
I extracted the red5.jar file and found the java file which contains the instance for the context menu entries:
org\jivesoftware\spark\plugin\red5\Red5Plugin.java
When I comment the lines to initialize the context menus, repack the jar, stop Spark, remove existing red5.jar from plugins dir (install dir and profile), the menu still exists.
Has anyone successfully modified the context menus of the Red5 plugin?
Thanks in advance.