isInCall
The isInCall
export checks whether the player is currently in a call. This is useful for conditionally blocking actions or controlling UI.
How to Use
This returns true
if the player is in a call, false
otherwise. Useful for preventing multiple simultaneous calls or managing interaction logic.
Last updated