BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::IpChangeParam Struct Reference

#include <endpoint.hpp>

Public Member Functions

 IpChangeParam ()
 
pjsua_ip_change_param toPj () const
 
void fromPj (const pjsua_ip_change_param &param)
 

Data Fields

bool restartListener
 
unsigned restartLisDelay
 

Detailed Description

Constructor & Destructor Documentation

◆ IpChangeParam()

pj::IpChangeParam::IpChangeParam ( )

Constructor.

Member Function Documentation

◆ toPj()

pjsua_ip_change_param pj::IpChangeParam::toPj ( ) const

◆ fromPj()

void pj::IpChangeParam::fromPj ( const pjsua_ip_change_param param)

Convert from pjsip

Field Documentation

◆ restartListener

bool pj::IpChangeParam::restartListener

If set to PJ_TRUE, this will restart the transport listener.

Default : PJ_TRUE

◆ restartLisDelay

unsigned pj::IpChangeParam::restartLisDelay

If restartListener is set to PJ_TRUE, some delay might be needed for the listener to be restarted. Use this to set the delay.

Default : PJSUA_TRANSPORT_RESTART_DELAY_TIME


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.