I am working on a application which needs ms teams change notifications for presence to update the frontend. The issue is this application will open in another application as an IFRAME, I have tried to implement login using in IFRAME but MSAL-REACT gives error. Is there any way, I can get the teams presence change notifications without user interaction because I can't implement login within IFRAME as MSAL-REACT doesn't support it. Also through Application permissions, change notification not supported yet.
Issue is resolved and I have used Popup method within myapp which is opening as an Iframe to resolve this issue with MSAL react.