Changes between Version 1 and Version 2 of pjsip-doc/endpoint
- Timestamp:
- Dec 4, 2013 3:07:56 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/endpoint
v1 v2 38 38 Initializing the Library and Configuring the Settings 39 39 ---------------------------------------------------------------------------- 40 40 41 The EpConfig class provides endpoint configuration which allows the customization of the following settings: 41 42 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. 45 46 46 47 To customize the settings, create instance of EpConfig class and specify them during the endpoint initialization (will be explained more later), for example::