Browser Class

Definition

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.

public ref class Browser : Microsoft::Speech::VoiceXml::Browser
public class Browser : Microsoft.Speech.VoiceXml.Browser
type Browser = class
    inherit Browser
Public Class Browser
Inherits Browser
Inheritance
Microsoft.Speech.VoiceXml.Browser
Browser

Remarks

The Browser class is derived from the Microsoft.Speech.VoiceXml.Browser base class, and has access to all the public and protected members of the base class. The Browser class also makes use of all the enumerated types, EventArgs classes, and interpretation result classes of the Microsoft.Speech.VoiceXml.Common namespace.

The Browser adds the ability to interpret VoiceXML pages to a UCMA call.

Constructors

Browser()

Creates a new instance of the Browser class.

Methods

Dispose(Boolean)

Dispose the Browser instance and release all managed and unmanaged resources used in the VoiceXML session.

SetAudioVideoCall(AudioVideoCall)

Associates a VoiceXML Browser instance with an active AudioVideoCall object received at a UCMA 3.0 endpoint.

Applies to