Changes between Version 1 and Version 2 of pjsip-doc/samples
- Timestamp:
- Dec 5, 2013 7:32:11 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/samples
v1 v2 10 10 Python GUI 11 11 ------------------ 12 It requires Python 2.7 and above. 12 Python GUI sample apps is located in ``pjsip-apps/src/pygui``. It requires Python 2.7 and above. To use the application, simply run:: 13 14 python application.py 13 15 14 16 Android & Java 15 ---------------- -------------17 ---------------- 16 18 17 19 C++ 18 ----------------------------- 20 ----- 21 C++ sample application is available in ``pjsip-apps/src/samples/pjsua2_demo.cpp``. The binary will be located in ``pjsip-apps/bin/samples``. 19 22 20 23 Miscellaneous 21 24 =================== 22 23 How to dump call stats24 -----------------------------25 25 26 26 How to …