MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Permission Audio not working when Android App killed. #55

Closed duypxd closed 2 years ago

duypxd commented 3 years ago

I have a problem when calling, A calls B(Android, kill app) then it seems that the audio permission is no longer active, even though the call is received and accepted but no sound from B transmits to A. A transmits for B is stable.

duypxd commented 3 years ago

image when app quit.

MrHertal commented 3 years ago

Hi,

Can you reproduce that issue on the example app?

duypxd commented 2 years ago

@MrHertal m Do you have 2 apps? When B is not opening the app. A calls B then B accepts the call. ( B Receive calls in the background app )

  1. A will make a sound, B can hear it.
  2. Otherwise B emits sound, A cannot hear it.
duypxd commented 2 years ago

@MrHertal The Record permission is not registered when the app is in the background. line 244

chiphan2008 commented 2 years ago

@MrHertal The Record permission is not registered when the app is in the background. line 244

hi friend, The RNTwilioPhone.getCallUUID() method not public to use. Plz show me, thanks! image