Click or drag to resize

VoiceResourceRecordAndFollowConversation Method (Int32, Byte, RoutableResource)

Follows a resource's route and records both the resource and what it is routed to.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public TerminationCode RecordAndFollowConversation(
	int size,
	out byte[] buffer,
	RoutableResource resource1
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:VoiceElements.Client.VoiceResource.RecordAndFollowConversation(System.Int32,System.Byte[]@,VoiceElements.Client.RoutableResource)"]

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:VoiceElements.Client.VoiceResource.RecordAndFollowConversation(System.Int32,System.Byte[]@,VoiceElements.Client.RoutableResource)"]

resource1
Type: VoiceElements.ClientRoutableResource

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

Return Value

Type: TerminationCode

[Missing <returns> documentation for "M:VoiceElements.Client.VoiceResource.RecordAndFollowConversation(System.Int32,System.Byte[]@,VoiceElements.Client.RoutableResource)"]

See Also