I tried to play around with the Plivo iOS sdk to for outbound calling. I read on Plivo that there are API end points which allows users to record a call, As i can not find a similar methods in their iOS sdk, I am curious if the same can be possible through iOS sdk or if someone has the idea to do this
is Plivo iOS Client SDK provides outbound call record feature?
113 views Asked by Parth Pandya At
1
There are 1 answers
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in PLIVO
- crash problem with iOS using PlivoVoiceKit
- Plivo cannot Create profile die to unexpected response from api
- Generating Dynamic SSML from "HTTP Request" to be used on a "Get Input"
- How do I add user input in Plivo's SMS API?
- Plivo how to get call status?
- How to set XML Attribute inside XML Element in Java Pojo Class - JAVX
- mm vcard - contact card looks bad
- PLIVO v3 validation not able to verify signature using PLIVO SDK
- Dual-Channel Recording Using Plivo?
- Unable to buy number from plivo using API
- is Plivo iOS Client SDK provides outbound call record feature?
- problem when making call interconnection using the plivo api
- Salsforce and Plivo integration for making outbound calls
- Unable to get or display received sms using plivo token and auth id in php
- Unable to send sms using plivo api in php
Related Questions in CALL-RECORDING
- Kotlin notify and record call when you receive it
- How can I implement call recording in a Flutter app?
- How to Record Internal Audio in a Flutter App on Android?
- how to create a call recorder app from call with someone in Flutter?
- How can I detect missing call when there's a call in progress
- Android 13 Call recording both sides
- is it possible to record calls in android 10+ devices?
- Is it possible to record both incoming and outgoing calls in android, I tried using media recorder, but the need was not fulfilled
- Call Recording Twilio Proxy API PHP
- What timestamp is being used by Amazon Connect for recordings filename? Initiation timestamp or Disconnect timestamp?
- AccessibilityService stops working after a while
- Can a Chrome Extention listen to system audio and not just a tab or input mic? How can I access all the existing audio with just a chrome extention?
- How to get the DisconnectTimestamp from Amazon Connect call in NodeJS
- How to Record phone call in Android
- Teams call notification coming after call ends
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can achieve this by making use of the record XML element in the application associated to the endpoint that's used in the iOS App. While making outbound calls from the iOS app, you'd be using an endpoint to login to the app. This application can contain an XML doc like below:
Please refer to this doc.
If you wish to record calls more flexibly, you can use the Record API too. You can check our detailed guide for Recording.
Plivo supports XML doc generation in 7 programming languages, you can use the language you prefer and host the app and use your server URL as the Answer URL for the application that's associated with the endpoint.
Hope this helps! Feel free to contact our support team if you need any further assistance.