Click or drag to resize

VoiceResourceRecordConversation Method (String, RoutableResource, RoutableResource)

Records two routable resources, summing them together into the same file. You can specify channels and/or a voice resources.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public TerminationCode RecordConversation(
	string filename,
	RoutableResource resource1,
	RoutableResource resource2
)

Parameters

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:VoiceElements.Client.VoiceResource.RecordConversation(System.String,VoiceElements.Client.RoutableResource,VoiceElements.Client.RoutableResource)"]

resource1
Type: VoiceElements.ClientRoutableResource

[Missing <param name="resource1"/> documentation for "M:VoiceElements.Client.VoiceResource.RecordConversation(System.String,VoiceElements.Client.RoutableResource,VoiceElements.Client.RoutableResource)"]

resource2
Type: VoiceElements.ClientRoutableResource

[Missing <param name="resource2"/> documentation for "M:VoiceElements.Client.VoiceResource.RecordConversation(System.String,VoiceElements.Client.RoutableResource,VoiceElements.Client.RoutableResource)"]

Return Value

Type: TerminationCode

[Missing <returns> documentation for "M:VoiceElements.Client.VoiceResource.RecordConversation(System.String,VoiceElements.Client.RoutableResource,VoiceElements.Client.RoutableResource)"]

See Also