Click or drag to resize

VoiceResourceRecordConverstation Method (Int32, Byte, RoutableResource, RoutableResource)

Note: This API is now obsolete.

Records two Routable Resources, summing their audio together into a buffer. You can specify Channels and/or Voice Resources.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
[ObsoleteAttribute("This method has been deprecated. Please use RecordConversation.")]
public TerminationCode RecordConverstation(
	int size,
	out byte[] buffer,
	RoutableResource resource1,
	RoutableResource resource2
)

Parameters

size
Type: SystemInt32
The number of bytes to which the buffer is limited.
buffer
Type: SystemByte
The array of bytes that is output with combined audio.
resource1
Type: VoiceElements.ClientRoutableResource
The first Channel or Voice Resource to record.
resource2
Type: VoiceElements.ClientRoutableResource
The second Channel or Voice Resource to record.

Return Value

Type: TerminationCode
A Termination Code indicating how the play ended. Typically, you will use this to determine what to do next.
Remarks
Documentation In Development

We are constantly adding features and new capabilities to The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:

Thank you for your continued support of Voice Elements.

See Also