Reference Library
StartDubbing Method (fileName, userState)
NamespacesAvaya.ApplicationEnablement.DMCCIMediaStartDubbing(String, Object)
Send a Start Dubbing XML message to the server
Declaration Syntax
C#Visual BasicVisual C++
int StartDubbing(
	string fileName,
	Object userState
)
Function StartDubbing ( _
	fileName As String, _
	userState As Object _
) As Integer
int StartDubbing(
	String^ fileName, 
	Object^ userState
)
Parameters
fileName (String)
Name of the file that will be used for dubbing.
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)