Table of Contents

Class GetRecordingResponse

Namespace
Vonage.Voice
Assembly
Vonage.dll

Represents the response from downloading a call recording, containing the raw audio data.

public class GetRecordingResponse
Inheritance
GetRecordingResponse
Inherited Members

Properties

ResultStream

The recording file content as a byte array. Write this to a file or stream to play back the recording.

public byte[] ResultStream { get; set; }

Property Value

byte[]

Status

The HTTP status code returned when downloading the recording.

public HttpStatusCode Status { get; set; }

Property Value

HttpStatusCode