Click or drag to resize

Conference Class

Represents a conference between callers or Routable Resources.
Inheritance Hierarchy
SystemObject
  ClientObject
    VoiceElements.ClientConference

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public class Conference : ClientObject

The Conference type exposes the following members.

Properties
  NameDescription
Public propertyActiveTalkers
A list of Routable Resources that are currently talking in the conference. (Monitors not included)
Public propertyConferenceName
The read-only unique name of the conference assigned by the server.
Public propertyConferenceNotifyMode
Gets or sets the Conference Notify Mode for the conference.
Public propertyMonitors
A list of Routable Resources that are currently monitoring the conference. (Talkers not included)
Public propertyParticipants
A list of Routable Resources that are currently in the conference as talkers or monitors.
Top
Methods
  NameDescription
Public methodAdd
Adds a Channel Resource or Voice Resource to the conference.
Protected methodDispose
Disposes the Conference.
(Overrides ClientObject.Dispose(Boolean).)
Public methodMonitor
Causes a Channel Resource or Voice Resource to monitor the conference.
Public methodRemove
Removes a Channel Resource or Voice Resource from the conference.
Top
Events
  NameDescription
Public eventConferenceChanged
An event that is fired when the conference participants or monitors change.
Top
Remarks
Documentation In Development

We are constantly adding features and new capabilities to The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:

Thank you for your continued support of Voice Elements.

See Also