The RxIvrChannel object is used to access IVR receiver support on a per phone line basis. If you need to receive audio sample blocks from the media engine's phone lines (for example - if you are developing an IVR server application that use speech recognition), you will need to instantiate an instance of this class.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.RxIvrChannel

See Also