You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/webconference/pyqtgui
Stefan Sayer 5e74120dfb
b/f: fixed pyqtgui for webconference with participant_id
15 years ago
..
Makefile sample PyQT GUI for webconference 17 years ago
README added note about direct_export for webconference to work. removed license file which can be found on the net and in many other places 17 years ago
account.py sample PyQT GUI for webconference 17 years ago
account.ui sample PyQT GUI for webconference 17 years ago
accountconfig.py.sample sample PyQT GUI for webconference 17 years ago
callbox.py sample PyQT GUI for webconference 17 years ago
callbox.ui sample PyQT GUI for webconference 17 years ago
conftable.py b/f: fixed pyqtgui for webconference with participant_id 15 years ago
conftable.ui b/f: fixed pyqtgui for webconference with participant_id 15 years ago
participant.py sample PyQT GUI for webconference 17 years ago
participant.ui sample PyQT GUI for webconference 17 years ago
webconference.py b/f: fixed pyqtgui for webconference with participant_id 15 years ago

README

webconference PyQT GUI

(c) 2009 Stefan Sayer License: GPLv3 (see http://www.gnu.org/licenses/gpl-3.0.html)

This example demonstrates how simple it is to write a UI for webconference.
It was intended as webconf UI for Nokia Internet Tablets, but it turns out
that XMLRPC over https every second is too much for that device (=drains a
lot of power).

Requires: PyQT4, QT4

To set an account permanently (and not be asked all the time) do 
 mv accountconfig.py.sample accountconfig.py 
and edit the account in it.

To use your own conference bridge, edit CONTROL_URL in webconference.py and
on your sems server set direct_export=webconference in xmlrpc2di.conf.

All improvements are welcome, preferably as patch to semsdev list 
(mailto:semsdev@iptel.org).