voip-android

VOIP Call Recording

前提是你 提交于 2019-12-10 15:59:18
问题 I am working on a project to record VOIP calls in android, I didn't found any solution for that, there are lot of apps which support VOIP recordings on phones. I am unable to find any tutorial and help. Cube Call Recorder is one of the app which is giving this feature but I can't figure out how to do it. I was tested it by starting recording by using android MediaRecorder then initiated whatsapp call, so other person was unable to listen my voice. after call, I checked only my voice were

Accepting a Call via Bluetooth Headset VoIP

好久不见. 提交于 2019-12-06 17:17:58
问题 I am working on a VoIP-Android-App and The app needs to be able to accept/decline call thought Bluetooth headset. But the problem is that after adding connection to SCO audioManager.startBluetoothSco() audioManager.isBluetoothScoOn = true Once I click to the headset button I can hear a sound that usually comes when I accept call using telephony, so I assume that some android system component catch this signal and doesn't throw it further What I've tried already: 1) Telephony State listener

Android Twilio Video Call, wake up app and bring to foreground

只愿长相守 提交于 2019-12-04 13:43:42
问题 I am trying to provide a native video calling experience with Twilio Video Call. Here is the scenario: Person AAA calls person BBB. Person BBB does not have the app open, in the background or foreground, app is in killed state, phone may even be locked. When a call from AAA arrives, the app is opened with a video ui with an answer button. Just like in WhatsApp, Google Duo, Skype... We have FCM in place and are receiving a push notification. Trying to open the video call answer button the

Android Twilio Video Call, wake up app and bring to foreground

大兔子大兔子 提交于 2019-12-03 08:41:43
I am trying to provide a native video calling experience with Twilio Video Call. Here is the scenario: Person AAA calls person BBB. Person BBB does not have the app open, in the background or foreground, app is in killed state, phone may even be locked. When a call from AAA arrives, the app is opened with a video ui with an answer button. Just like in WhatsApp, Google Duo, Skype... We have FCM in place and are receiving a push notification. Trying to open the video call answer button the moment the call arrives, without clicking the notification, just like in Whatsapp, Google Duo... (in

Accepting a Call via Bluetooth Headset

流过昼夜 提交于 2019-11-30 11:48:12
i am working on a VoIP-Android-App. I would like to accept and decline Calls via a connnected Bluetooth Headset in an Activity. What I have tried so far: Using a Media Session to receive Media Button clicks. Problem: If we start BluetoothSCO we do not receive any Media Button clicks. If we do not start BluetoothSCO we do receive Media Button clicks but we cannot differentiate long and short button clicks because downtime is always 0, the keycode is always KEYCODE_MEDIA_PLAY and the ACTION_DOWN is immediately followed by ACTION_UP. Those problems only occur if we are connected via Bluetooth. If

Accepting a Call via Bluetooth Headset

天涯浪子 提交于 2019-11-29 18:08:34
问题 i am working on a VoIP-Android-App. I would like to accept and decline Calls via a connnected Bluetooth Headset in an Activity. What I have tried so far: Using a Media Session to receive Media Button clicks. Problem: If we start BluetoothSCO we do not receive any Media Button clicks. If we do not start BluetoothSCO we do receive Media Button clicks but we cannot differentiate long and short button clicks because downtime is always 0, the keycode is always KEYCODE_MEDIA_PLAY and the ACTION