Changes between Version 1 and Version 2 of pjsip-doc/endpoint


Ignore:
Timestamp:
Dec 4, 2013 3:07:56 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/endpoint

    v1 v2  
    3838Initializing the Library and Configuring the Settings 
    3939---------------------------------------------------------------------------- 
     40 
    4041The EpConfig class provides endpoint configuration which allows the customization of the following settings: 
    4142 
    42 - UAConfig, to specify core SIP user agent settings. 
    43 - MediaConfig, to specify various media settings, including ICE and TURN. 
    44 - LogConfig, to customize logging settings. 
     43- UAConfig, to specify core SIP user agent settings. 
     44- MediaConfig, to specify various media settings, including ICE and TURN. 
     45- LogConfig, to customize logging settings. 
    4546 
    4647To customize the settings, create instance of EpConfig class and specify them during the endpoint initialization (will be explained more later), for example::