BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnNatDetectionCompleteParam Struct Reference

#include <endpoint.hpp>

Data Fields

pj_status_t status
 
string reason
 
pj_stun_nat_type natType
 
string natTypeName
 

Detailed Description

Argument to Endpoint::onNatDetectionComplete() callback.

Field Documentation

◆ status

pj_status_t pj::OnNatDetectionCompleteParam::status

Status of the detection process. If this value is not PJ_SUCCESS, the detection has failed and nat_type field will contain PJ_STUN_NAT_TYPE_UNKNOWN.

◆ reason

string pj::OnNatDetectionCompleteParam::reason

The text describing the status, if the status is not PJ_SUCCESS.

◆ natType

pj_stun_nat_type pj::OnNatDetectionCompleteParam::natType

This contains the NAT type as detected by the detection procedure. This value is only valid when the status is PJ_SUCCESS.

◆ natTypeName

string pj::OnNatDetectionCompleteParam::natTypeName

Text describing that NAT type.


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.