jefflinwood / twilio_client_phonegap

Phonegap plugins for the Twilio Client iOS and Android SDKs
MIT License
59 stars 53 forks source link

Can't hear the sound transmission on Android 6 #55

Closed dunice-potapov closed 7 years ago

dunice-potapov commented 8 years ago

I tested it on two devices with Android version 6. Also, same code works for Android 5 and Android 4.

My use case:

  1. Someone calls the phone number that assigned with Twilio
  2. URL on Twilio provides the TwiML that opens the conference with unique room name
  3. The server code with TwiML URL initiates the outgoing call to Ionic app
  4. Ionic app on Android handles the incoming call from conference
  5. User of Ionic app answer the call
jefflinwood commented 8 years ago

Hi,

Thank you for the detailed feedback about this - which version of the Twilio Android SDK are you using, and which version of the PhoneGap Android plugin?

Thanks!

dunice-potapov commented 8 years ago

Hi, @jefflinwood

I'm using the last versions of plugins from official sites:

All plugins that I'm using are http://screencast.com/t/4TKW6HBGqm

twilio_client_phonegap I install only for Android via plugman.

Thanks

dunice-potapov commented 8 years ago

Hi Jeff,

Do you have the same problem? Can you check it? What else can I check for detailed description?

Thanks, Alexander

dunice-potapov commented 8 years ago

Also I used the Android Target SDK 22 - the same issue.