Changes between Version 1 and Version 2 of VoipNotes
- Timestamp:
- 13-03-2008 00:07:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VoipNotes
v1 v2 11 11 12 12 * small; 13 * [http://www.pjsip.org/docs.htm excellent documentation]; 14 * loads of sample code; 13 15 * C-based: better than C++ when we need to link with Objective-C; 14 16 * includes a ICE stack (think Jingle); … … 16 18 Bad points: 17 19 18 * no video for now. 20 * no video for now. Roadmap for 2008. 21 22 23 Links: 24 25 * [http://www.pjsip.org/ homepage]; 26 * [http://www.pjsip.org/pjnath/docs/html/index.htm pjnath]: ICE, STUN e TURN; 27 * [http://touchmods.wordpress.com/sip-voip-faq/ works on a iPod Touch]: more links - [[http://blog.pjsip.org/2007/12/20/pjmedia-running-on-ipod-touch-good-news-for-open-source/ 1]]. 19 28 20 29