You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
Problem:
Module stops responding after a period of time when not used.
Possible causes:
API access token expires
socket connections are cut/removed after some (unknown?) time when not used?
Both (most?) voice APIs are dependent on an access token that is used to access the voice services. This access tokens has an expiration timer associated with them. When they run out, you need to refresh it with the refresh tokens.
These timers run out: (need check):
Amazon: 3600 sec
Google: 3600 sec ?
The text was updated successfully, but these errors were encountered:
Problem:
Module stops responding after a period of time when not used.
Possible causes:
Both (most?) voice APIs are dependent on an access token that is used to access the voice services. This access tokens has an expiration timer associated with them. When they run out, you need to refresh it with the refresh tokens.
These timers run out: (need check):
3600 sec
3600 sec
?The text was updated successfully, but these errors were encountered: