Click or drag to resize

RoutableResource Methods

The RoutableResource type exposes the following members.

Methods
  NameDescription
Public methodRouteFull(TelephonyLinkInfo)
This overload is for Voice Elements Internal Use Only! To correctly route, use the Full Route Method.
Public methodCode exampleRouteFull(RoutableResource)
Completes a full route between two Routable Resources. Both channels then listen to each other.
Public methodRouteHalf(TelephonyLinkInfo)
This overload is for Voice Elements Internal Use Only! To correctly route, use the Half Route Method.
Public methodCode exampleRouteHalf(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.
Public methodSetConferenceAGCLevels
Sets the levels for the AGC in conferencing. If all values are set to negatives, then the system wide AGC applies.
Public methodSetConferenceECTailDelay
Sets the Echo Tail Delay in conferencing.
Public methodSetConferenceFEGLevel
Sets the front end gain in conferencing. If set to 0, front end gain is turned off.
Public methodStopAllListeners
Forces all Routable Resources currently listening to this resource to stop.
Public methodStopListener
Forces a apecific Routable Resource currently listening to this resource to stop.
Public methodStopListening
Forces this resource to stop listening to all Routable Resources.
Top
See Also