RoutableResource Class |
Namespace: VoiceElements.Client
The RoutableResource type exposes the following members.
Name | Description | |
---|---|---|
Conference |
Represents the Conference of which this resource is a member.
| |
ConferenceAttributes |
Represents the Conference Attributes of a Conference to which this resource is a member.
| |
DeviceName |
The unique name of this resource / device on the server. This is useful for following, logging a call or thread.
| |
Listeners |
A list of Routable Resources which are currently listening to this resource.
| |
ListentingTo |
A Routable Resources to which this resource is currently listening.
|
Name | Description | |
---|---|---|
RouteFull(TelephonyLinkInfo) |
This overload is for Voice Elements Internal Use Only! To correctly route, use the
Full Route Method.
| |
RouteFull(RoutableResource) |
Completes a full route between two Routable Resources. Both channels then listen to each other.
| |
RouteHalf(TelephonyLinkInfo) | This overload is for Voice Elements Internal Use Only! To correctly route, use the
Half Route Method. | |
RouteHalf(RoutableResource) |
Completes a half route between two Routable Resources. The channel calling this method listens to the one in the parameter, the second cannot hear.
| |
SetConferenceAGCLevels |
Sets the levels for the AGC in conferencing. If all values are set to negatives, then the system wide AGC applies.
| |
SetConferenceECTailDelay |
Sets the Echo Tail Delay in conferencing.
| |
SetConferenceFEGLevel |
Sets the front end gain in conferencing. If set to 0, front end gain is turned off.
| |
StopAllListeners |
Forces all Routable Resources currently listening to this resource to stop.
| |
StopListener |
Forces a apecific Routable Resource currently listening to this resource to stop.
| |
StopListening |
Forces this resource to stop listening to all Routable Resources.
|