Changes between Version 5 and Version 6 of pjsip-doc/intro_pjsua2
- Timestamp:
- Dec 4, 2013 6:29:30 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/intro_pjsua2
v5 v6 51 51 epCfg.uaConfig.userAgent = "Just JSON Test"; 52 52 jDoc.writeObject(epCfg); 53 jDoc.saveFile( “jsontest.js”);53 jDoc.saveFile("jsontest.js"); 54 54 55 55 To load from the file: