twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

Not able to receive incoming call in OS 11 #516

Closed hxiong666 closed 2 years ago

hxiong666 commented 2 years ago

Description

Going through this sample using serverless I never get an incoming push notification for place-call. App not brought to foreground

Steps to Reproduce

1.deploy the serverless instance with all of the IDs filled in 2.create an application 3.generate an access token with the push credentials 4.Call the serverless url/place-call?to=alice 5.Notice in the app that a message is never received and App not brought to foreground

Expected Behavior

Notice in the app that a message is never received and App brought to foreground

Reproduces How Often

100%

Twilio Call SID(s)

CAb2dfbb986ddcb758d11bc94573d716ad

Logs

{ "sid": "CAb2dfbb986ddcb758d11bc94573d716ad", "accountSid": "AC6abb95def2300dd0d5e4195913436eec", "to": "client:alice", "toFormatted": "alice", "from": "client:quick_start", "fromFormatted": "quick_start", "status": "queued", "priceUnit": "USD", "direction": "outbound-api", "apiVersion": "2010-04-01", "uri": "/2010-04-01/Accounts/AC6abb95def2300dd0d5e4195913436eec/Calls/CAb2dfbb986ddcb758d11bc94573d716ad.json", "subResourceUris": { "notifications": "/2010-04-01/Accounts/AC6abb95def2300dd0d5e4195913436eec/Calls/CAb2dfbb986ddcb758d11bc94573d716ad/Notifications.json", "recordings": "/2010-04-01/Accounts/AC6abb95def2300dd0d5e4195913436eec/Calls/CAb2dfbb986ddcb758d11bc94573d716ad/Recordings.json" }, "callerId": "", "queueTime": 0 }

Voice Android SDK

voice-android:6.0.7

OS Version

Android 11

Device Model

google pixel 2

hxiong666 commented 2 years ago

@kbagchiGWC can you check this problem?

kbagchiGWC commented 2 years ago

@hxiong666 are you still having issues receiving incoming push notification? If so, can you share a recent call sid?

kbagchiGWC commented 2 years ago

Closing the issue due to inactivity.