Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Retrieving recording media url

    Posted 09-27-2021 18:06
    No replies, thread closed.

    We are using the dot net GenesysApi GetConversationRecording(conversationId, recordingId, download: true, formatId: "WAV") to retrieve the mediaUrl for the recording. Our problem is that we have to hit the api multiple times to get this to return anything. Is there anything we can do about this.

    Thanks!


    #Telephony

    ------------------------------
    Kevin Keehan
    Realpage, Inc.
    ------------------------------


  • 2.  RE: Retrieving recording media url

    Posted 09-27-2021 18:36
    No replies, thread closed.
    You're not doing anything wrong.  Getting the recording is an asynchronous process.  Those initial requests are getting 202 ACCEPTED's, when the recording is available you get a 200 OK with the mediaUrl

    ------------------------------
    Melissa Bailey
    Genesys - Employees
    ------------------------------