Reference Library
RedirectMedia Method (deviceId, usePreviousValues, packetSize, dependencyMode, rtpIpAddress, rtpIpPort, rtcpIpAddress, rtcpIpPort, mediaControlMode, telecommuteNumber, codecList, encryptionList)
NamespacesAvaya.ApplicationEnablement.DMCCControlMethodsRedirectMedia(String, Boolean, String, Int32, String, String, String, String, Int32, String, String, String)
Declaration Syntax
C#Visual BasicVisual C++
int RedirectMedia(
	string deviceId,
	bool usePreviousValues,
	string packetSize,
	int dependencyMode,
	string rtpIpAddress,
	string rtpIpPort,
	string rtcpIpAddress,
	string rtcpIpPort,
	int mediaControlMode,
	string telecommuteNumber,
	string codecList,
	string encryptionList
)
Function RedirectMedia ( _
	deviceId As String, _
	usePreviousValues As Boolean, _
	packetSize As String, _
	dependencyMode As Integer, _
	rtpIpAddress As String, _
	rtpIpPort As String, _
	rtcpIpAddress As String, _
	rtcpIpPort As String, _
	mediaControlMode As Integer, _
	telecommuteNumber As String, _
	codecList As String, _
	encryptionList As String _
) As Integer
int RedirectMedia(
	String^ deviceId, 
	bool usePreviousValues, 
	String^ packetSize, 
	int dependencyMode, 
	String^ rtpIpAddress, 
	String^ rtpIpPort, 
	String^ rtcpIpAddress, 
	String^ rtcpIpPort, 
	int mediaControlMode, 
	String^ telecommuteNumber, 
	String^ codecList, 
	String^ encryptionList
)
Parameters
deviceId (String)
usePreviousValues (Boolean)
packetSize (String)
dependencyMode (Int32)
rtpIpAddress (String)
rtpIpPort (String)
rtcpIpAddress (String)
rtcpIpPort (String)
mediaControlMode (Int32)
telecommuteNumber (String)
codecList (String)
encryptionList (String)

Assembly: ServiceProvider (Module: ServiceProvider)