Live persons in the app

Hello,
I am making an app and I would like to know how I can know how many people are in it at the moment. is there any way to know?
thanks

You will need to build this into your app, reporting their presence to an online resource.

You should advise your users that you are doing this, how you are doing it, and why, in order to comply with privacy issues, and your users should be given the option to opt out, at any time. (Even if you do this anonymously)

1 Like

Hello,
thanks, but I mean to do something like in YouTube live, which tells you how many people are watching a live

image

What I suggested is very much what youtube live is doing there. once you have gathered the number of users, you send/fetch back the total from your online resource to display in the app.

1 Like

ok Thanks @TIMAI2