#include <call.hpp>
This structure describes media transport informations. It corresponds to the pjmedia_transport_info structure. The address name field can be empty string if the address in the pjmedia_transport_info is invalid.
◆ fromPj()
◆ localRtpName
Address to be advertised as the local address for the RTP socket, which does not need to be equal as the bound address (for example, this address can be the address resolved with STUN).
◆ localRtcpName
Address to be advertised as the local address for the RTCP socket, which does not need to be equal as the bound address (for example, this address can be the address resolved with STUN).
◆ srcRtpName
Remote address where RTP originated from. This can be empty string if no data is received from the remote.
◆ srcRtcpName
Remote address where RTCP originated from. This can be empty string if no data is recevied from the remote.
The documentation for this struct was generated from the following file: