RoutableResource Methods | |
The RoutableResource type exposes the following members.
| 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.
|