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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| Makefile | 3 years ago | |
| README | ||
| account.py | ||
| account.ui | ||
| accountconfig.py.sample | ||
| callbox.py | ||
| callbox.ui | ||
| conftable.py | 15 years ago | |
| conftable.ui | 15 years ago | |
| participant.py | ||
| participant.ui | ||
| webconference.py | 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).