Calling a user which is not initiated yet ? presence for ACS-only users ? #3261
Unanswered
jorgecolon413
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have a React.js TypeScript web app that utilizes the ACS UI Library and API services to enable chat functionality between specific users.
If both users are logged into the app, they can receive notifications and incoming call alerts, as their ACS users are initialized with stateful clients. However, if user A tries to call user B, who is not logged into the app, user B won't receive any notification regarding the missed call. How can I inform user A that their call did not go through because user B is not logged in? Additionally, is there a recommended way to notify user B that they have missed a call?
Beta Was this translation helpful? Give feedback.
All reactions