This value is specified by the application and returned to the media engine. When application software sets this IP address value, the media engine will use it as the new destination IP address of all transmitted RTP media packets. For most application, you will want to set this value to the IP address specified in the DetectedFarEndMediaIpAddress member described above.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public byte[] NewFarEndMediaIpAddress
Visual Basic (Declaration)
Public NewFarEndMediaIpAddress As Byte()
Visual C++
public:
array<unsigned char>^ NewFarEndMediaIpAddress
J#
public byte[] NewFarEndMediaIpAddress

See Also