mirror of https://github.com/sipwise/sems.git
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.
21 lines
757 B
21 lines
757 B
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).
|