[FEATURE REQ] callAgent.addOnConnectionStateChangedListener() #1404
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Is your feature request related to a problem? Please describe.
If the call agent is no longer connected to Azure, there's currently no event in the Android calling SDK. This means we have no idea if the call agent needs to be disposed and re-created. Please add an event to inform us of when the call agent disconnects.
Describe the solution you'd like
Describe alternatives you've considered
Restart the call agent periodically, in case it silently disconnected.
Additional context
The latest beta 1.15.1-beta.1 for the JS calling SDK added
callAgent.on('connectionStateChanged');
. Is this planned for the Android SDK as well?Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: