Changes between Version 4 and Version 5 of pjsip-doc/samples
- Timestamp:
- Jul 31, 2018 8:55:45 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/samples
v4 v5 31 31 You can paste the C++ sample application located in ``pjsip-apps/src/samples/pjsua2_demo.cpp`` into a ``.mm`` file in your iOS XCode project. **Important:** You have to use Obj-C++ (``.mm``) file instead of the default Obj-C (``.m``). 32 32 33 C# 34 ----- 35 You can add C# sample class in ``pjsip-apps/src/swig/sample.cs`` into your project. 36 37 C# iOS/Android using Xamarin 38 ------------------------------- 39 You can add C# sample class in ``pjsip-apps/src/swig/sample.cs`` into your project. For more details, please refer to https://trac.pjsip.org/repos/ticket/2086. 40 33 41 Miscellaneous 34 42 ===================