Legacy Dev Forum Posts

 View Only

Sign Up

getConversationsRecordings response gives object instead of array?

  • 1.  getConversationsRecordings response gives object instead of array?

    Posted 06-05-2025 19:24

    Lloyd | 2023-10-19 22:33:44 UTC | #1

    When I perform a /api/v2/conversations/{conversationId}/recordings and get back a response, the mediaUris key returns an object with multiple objects instead of an array.

    This is consistent with the Developer Tools website and the latest JS SDK.

    Guessing it was intended for single channel recordings, however my site is set-up with dual channel recording? I can do object.keys on it, so not a real issue - Just seemed inconsistent?

    Example response:

        "mediaUris": {
          "0": {
            "mediaUri": "https://...validUrlOne...",
            "waveformData": [...validWaveformData...]
          },
          "1": {
            "mediaUri": "https://...validUrlTwo...",
            "waveformData": [...validWaveformData...]
          },

    system | 2023-11-19 22:34:02 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 22653