Data struct passed to an application when the media engine detects that RTP media for the call is not coming from the far end call endpoint as negotiated by SIP call setup. This data can be sent to the application if the media engine application is communicating with SIP user agents and the UAs are behind thier own NATs.

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

Syntax

C#
public class RECEIVED_RTP_MEDIA_CONFLICT : IDisposable
Visual Basic (Declaration)
Public Class RECEIVED_RTP_MEDIA_CONFLICT _
	Implements IDisposable
Visual C++
public ref class RECEIVED_RTP_MEDIA_CONFLICT : IDisposable
J#
public class RECEIVED_RTP_MEDIA_CONFLICT implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.RECEIVED_RTP_MEDIA_CONFLICT

See Also