WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJNATH Reference

#include <ice_session.h>

Data Fields

pj_ice_sess_checkvalid_check
 
pj_ice_sess_checknominated_check
 
pj_stun_sessionstun_sess
 

Detailed Description

This structure describes ICE component. A media stream may require multiple components, each of which has to work for the media stream as a whole to work. For media streams based on RTP, there are two components per media stream - one for RTP, and one for RTCP.

Field Documentation

◆ nominated_check

pj_ice_sess_check* pj_ice_sess_comp::nominated_check

Pointer to ICE check with highest priority which connectivity check has been successful and it has been nominated. The value may be NULL if there is no such check yet.

◆ stun_sess

pj_stun_session* pj_ice_sess_comp::stun_sess

The STUN session to be used to send and receive STUN messages for this component.

◆ valid_check

pj_ice_sess_check* pj_ice_sess_comp::valid_check

Pointer to ICE check with highest priority which connectivity check has been successful. The value will be NULL if a no successful check has not been found for this component.


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

 


PJNATH - Open Source NAT traversal helper library supporting STUN, TURN, and ICE
Copyright (C) 2006-2009 Teluu Inc.