Share via


Browser Members

Include Protected Members
Include Inherited Members

The Browser class in the Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml namespace provides access to the resources of the Unified Communications Managed API (UCMA) version 3.0 to support automated interactions with callers during VoiceXML sessions.

The Browser type exposes the following members.

Constructors

  Name Description
Public method Browser Creates a new instance of the Browser class.

Top

Properties

  Name Description
Protected property NameList (inherited from Browser)
Public property State (inherited from Browser)

Top

Methods

  Name Description
Public method Dispose() (inherited from Browser)
Protected method Dispose(Boolean) Dispose the Browser instance and release all managed and unmanaged resources used in the VoiceXML session. (Overrides Browser.Dispose(Boolean).)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Protected method OnDisconnected (inherited from Browser)
Protected method OnDisconnecting (inherited from Browser)
Protected method OnSessionCompleted (inherited from Browser)
Protected method OnTransferred(Object, TransferredEventArgs) (inherited from Browser)
Protected method OnTransferred(Object, String, TransferType, TransferState) (inherited from Browser)
Protected method OnTransferring(Object, TransferringEventArgs) (inherited from Browser)
Protected method OnTransferring(Object, String, TransferType, TransferState) (inherited from Browser)
Public method Run (inherited from Browser)
Public method RunAsync (inherited from Browser)
Public method SetAudioVideoCall Associates a VoiceXML Browser instance with an active AudioVideoCall object received at a UCMA 3.0 endpoint.
Protected method SetCallProxy (inherited from Browser)
Protected method SetInputToAudioStream (inherited from Browser)
Protected method SetInputToDefaultAudioDevice (inherited from Browser)
Protected method SetInputToNull (inherited from Browser)
Protected method SetInputToWaveFile (inherited from Browser)
Protected method SetInputToWaveStream (inherited from Browser)
Protected method SetOutputToAudioStream (inherited from Browser)
Protected method SetOutputToDefaultAudioDevice (inherited from Browser)
Protected method SetOutputToNull (inherited from Browser)
Protected method SetOutputToWaveFile (inherited from Browser)
Protected method SetOutputToWaveStream (inherited from Browser)
Public method StopAsync (inherited from Browser)
Public method ToString (inherited from Object)

Top

Events

  Name Description
Public event Disconnected (inherited from Browser)
Public event Disconnecting (inherited from Browser)
Public event SessionCompleted (inherited from Browser)
Public event Transferred (inherited from Browser)
Public event Transferring (inherited from Browser)

Top

See Also

Reference

Browser Class

Microsoft.Rtc.Collaboration.AudioVideo.VoiceXml Namespace