Play sound for all active users

I have an app for following tennis match development in real time. Each time the user adds the point to one of the players, I have Play sound in appropriate action. This sound is played only on device which is in control. Is it possible to Play sound for all active users of that app?

No, this is not possible. You might be able to do something with push notifications though if you wanted to alert all users of new points being added, etc.

1 Like