Coder Social home page Coder Social logo

Comments (7)

dp-rufus avatar dp-rufus commented on September 15, 2024

Hi Adithya, I think you've identified the second best approach if you're not able to use call event subscriptions for this (which would be preferable I think)

from dialpad-python-sdk.

mstaunton avatar mstaunton commented on September 15, 2024

Hi!

We were able to successfully retrieve the call_ids for the companies workforce via the approach above, which is working well. I had a follow up question regarding the return response of the Get Call Endpoint.

  1. When looking at the response for a call, I see there is a field was_recorded is set to True for some calls, but empty for others. When the field is set to True, the field call_recording_ids exists and has contains an ID. I tried to query the call endpoint with this id, but I am getting an error. Only some of these calls have the transcription_content field. Is there a way to get the transcript from the call_recording_ids?

from dialpad-python-sdk.

dp-rufus avatar dp-rufus commented on September 15, 2024

When the field is set to True, the field call_recording_ids exists and has contains an ID. I tried to query the call endpoint with this id, but I am getting an error.

Is this a typo - do you mean the transcripts/<call_id> endpoint?

from dialpad-python-sdk.

mstaunton avatar mstaunton commented on September 15, 2024

I just tried the transcripts/<call_id> endpoint with a id pulled from the call_recordings_ids field and it returns 404. The same thing happens when making a call to calls/<call_id> endpoint. I am not exactly sure what the id from the call_recordings_id is used for.

The reason I am using the calls endpoint is because we are also interested in some metadata about the call as well that is not returned with the transcript endpoint (ie participants etc)

from dialpad-python-sdk.

dp-rufus avatar dp-rufus commented on September 15, 2024

call_recording_id is not the same thing as call_id, it refers to the actual audio recording of a call, which isn't what you want here

from dialpad-python-sdk.

mstaunton avatar mstaunton commented on September 15, 2024

So was_recorded field means there is an actual audio recording of the conversation, but does not necessarily mean that there is a transcript/transcription_text field for the call. Is that correct?

Is there some configuration needed to ensure that all recorded calls are transcribed?

from dialpad-python-sdk.

dp-rufus avatar dp-rufus commented on September 15, 2024

was_recorded indicates there is an audio recording.

I'm not sure what circumstances would result in transcript_text being unavailable despite there being a recording. I think the best you can do to get a transcript is ensure VI is turned on.

Questions about transcripts are best raised through the normal support channels so they are routed to the right people.

from dialpad-python-sdk.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.