Thanks Prasad-MSFT
- When session states are aggregated? as per the document when user is logged in on multiple devices like (desktop, mobile, and web). I am logged in only on one device for sure. In this case which session states will be aggregated?
- Busy > Available > Away: Does that mean if user state is Busy, application cannot set it to Available/Away and if state is Available, application cannot set it to Away?
- We are using Application Token to set the presence status using setPresence Graph API. Application Token has permission (Presence.Read Presence.Read.All Presence.ReadWrite.All) is this correct? When you are saying User-configured > app-configured, are you suggesting to use user Token with permission (Presence.Read Presence.Read.All Presence.ReadWrite.All) rather than Application Token?
- If user has set the presence to Busy, are you saying that the Application cannot set the presence status to Available/Away as per precedence?
- When you are pointing to user-configured presence status, does it mean using User Token? Or user is logged in and then getting some token to set?