Conference Class |
Namespace: VoiceElements.Client
The Conference type exposes the following members.
Name | Description | |
---|---|---|
ActiveTalkers |
A list of Routable Resources that are currently talking in the conference. (Monitors not included)
| |
ConferenceName | The read-only unique name of the conference assigned by the server. | |
ConferenceNotifyMode | Gets or sets the Conference Notify Mode for the conference. | |
Monitors |
A list of Routable Resources that are currently monitoring the conference. (Talkers not included)
| |
Participants |
A list of Routable Resources that are currently in the conference as talkers or monitors.
|
Name | Description | |
---|---|---|
Add |
Adds a Channel Resource or Voice Resource to the conference.
| |
Dispose |
Disposes the Conference.
(Overrides ClientObject.Dispose(Boolean).) | |
Monitor |
Causes a Channel Resource or Voice Resource to monitor the conference.
| |
Remove |
Removes a Channel Resource or Voice Resource from the conference.
|
Name | Description | |
---|---|---|
ConferenceChanged |
An event that is fired when the conference participants or monitors change.
|