Class GetCallRecordingResponse

java.lang.Object
com.ringcentral.definitions.GetCallRecordingResponse

public class GetCallRecordingResponse extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a call recording Required
    • contentUri

      public String 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

      public String contentType
      Call recording file MIME format. Supported format is `audio/wav` and `audio/mpeg` Required Example: audio/wav
    • duration

      public Long duration
      Recorded call duration Required Format: int32
  • Constructor Details

    • GetCallRecordingResponse

      public GetCallRecordingResponse()
  • Method Details