I am trying to set up twilio android client and outgoing call. While executing on onStopListening()
method throwing some JWT token expired exception. I need help regarding this. I have changed the server time zone and client time zone as same. Still getting the same error.
Asked
Active
Viewed 260 times
3

Megan Speir
- 3,745
- 1
- 15
- 25

Biplab De
- 1,342
- 10
- 30
1 Answers
0
If I am understanding correctly, I believe you are receiving Error 31025 - JWT token expired.
Can you confirm what version of Twilio Client you are using and perhaps update your question with the specific error message you receive?
One thing you can try is to create an error handling function that renews or generates a new token in response to the error.
Please let me know what happens when you try that.

Megan Speir
- 3,745
- 1
- 15
- 25