Package com.ringcentral.definitions
Class GetCallRecordingResponse
java.lang.Object
com.ringcentral.definitions.GetCallRecordingResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionCall recording file MIME format.Link to a call recording binary content.Recorded call duration Required Format: int32Internal identifier of a call recording Required -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Internal identifier of a call recording Required -
contentUri
Link to a call recording binary content. Has to be retrieved with proper authorization (access token must be passed via `Authorization` header or query parameter) Required Format: uri -
contentType
Call recording file MIME format. Supported format is `audio/wav` and `audio/mpeg` Required Example: audio/wav -
duration
Recorded call duration Required Format: int32
-
-
Constructor Details
-
GetCallRecordingResponse
public GetCallRecordingResponse()
-
-
Method Details
-
id
-
contentUri
-
contentType
-
duration
-