Questions tagged [telecom]
7 questions
1
vote
0 answers
TelecomManager: An exception on AddNewIncomingCall()
I am trying to use Telecom features in my Xamarin.Forms app. When AddNewIncomingCall() is called, an exception is thrown:
Java.Lang.SecurityException: Package com.android.phone does not belong to 10134
Here is the code:
…

David Shochet
- 5,035
- 11
- 57
- 105
1
vote
0 answers
How can I integrate my video chat with Telecom?
I have a Xamarin.Forms application that has a video chat feature. Currently, a video call is made by sending push notifications using Firebase, and is answered by touching the push notification. This is not a good solution, as a push notification…

David Shochet
- 5,035
- 11
- 57
- 105
0
votes
0 answers
Unable to accept/reject calls programatically in Android
I have a use-case in which I have established an app to app bluetooth connection between an Android mobile & an Android tablet. The apps running on both the devices are different.
Now, when I receive a call on my phone, I pass the details to the…

srivastrahul
- 31
- 4
0
votes
0 answers
Android onCallAudioStateChanged not called when call is on hold
I am building an Android calling app using an implementation of the ConnectionService. When I call setAudioRoute to change the audio route, or press mute or speaker on the native call screen, the onCallAudioStateChanged method is called and I handle…

ramsay2113
- 48
- 4
0
votes
0 answers
Android Listen Mute Events on a VoIP Call
I'm developing a voip call app via Android Telecom framework. I have a self-managed ConnectionService class.
On a voip call, my smartwatch sends a mute signal but could not find how to listen this event.
I’m looking forward to hearing from you, best…

Adana
- 1
0
votes
1 answer
Android telecom Connection private function (supportedAudioRoutes)
Why google dont provide this function for normal use (android.telecom.Connection)?
I need this function for disable bluetooth selection for my call. I think that in java we can use reflection for get this function, but im using Xamarin and its…

Filipe Torres
- 11
- 4
-1
votes
1 answer
Can a telephone call be intercepted with React Native
Thanks for reading my post.
I work in a company that works with telecom. We have an app made with React Native. The app can do all sorts of stuff like call transfer, Do-not-disturb etc.
However, I would like the app to do something specific when the…