Relative Content

Tag Archive for androidazure-communication-servicesazure-android-sdk

User presence/status in Azure communication service (Teams)

I am building an Android app using Azure communication service SDK.
I can make a call, receive a call, everything seems to work fine except one thing: the status of my user is always offline.
Is there a way to set the status of the user to online/away/… using the communication service SDK?
At that point, even if there’s an endpoint to query via an API to set it up I’d be okay with that, any solution would work.