Changes between Version 4 and Version 5 of pjsip-doc/samples


Ignore:
Timestamp:
Jul 31, 2018 8:55:45 AM (6 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/samples

    v4 v5  
    3131You 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``). 
    3232 
     33C# 
     34----- 
     35You can add C# sample class in ``pjsip-apps/src/swig/sample.cs`` into your project. 
     36 
     37C# iOS/Android using Xamarin 
     38------------------------------- 
     39You 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 
    3341Miscellaneous 
    3442===================