RetroShare/plugins/VOIP
2015-10-10 18:47:07 +02:00
..
gui Hang Up when close chat window. 2015-10-10 18:47:07 +02:00
interface Add Accept, Ring and HangUp event for Video and Audio. 2015-10-10 15:26:04 +02:00
lang Updated english translation 2015-08-08 21:14:02 +02:00
qss Removed fix font size from plugins (Patch from Henry). 2015-06-28 10:26:48 +00:00
services Add Accept, Ring and HangUp event for Video and Audio. 2015-10-10 15:26:04 +02:00
p3Voip.h improved VOIP plugin code. Plugin loads, has a config tab. Next step: merge service with existing p3VoRS service 2012-02-18 20:30:10 +00:00
README.txt added missing dependencies to README file 2014-12-22 15:51:02 +00:00
VOIP.pro commit from PR#86 for VOIP, modified so as to restore real-time preview and video display 2015-10-03 22:08:24 -04:00
VOIPPlugin.cpp Add Accept, Ring and HangUp event for Video and Audio. 2015-10-10 15:26:04 +02:00
VOIPPlugin.h Allow VOIP to save its settings. 2015-10-05 19:15:53 +02:00

TODO
====

-== In RS ==-
	* extend the notification system to plugins
	* allow RS to accept new settings windows from plugins
	* fix plugin version checking
	* fix plugin hash checking

-== VOIP Plugin ==-
	* implement separate VOIP service, or add a new sub item to p3chatService.
	* import plugin images

COMPILATION
	- add the following libraries:

			libqtmultimediakit1
			qtmobility-dev
			libspeex-dev
			libspeexdsp-dev
			libcv-dev
			libopencv-core-dev
			libhighgui-dev