AudioTagUtilities.IsHeardBy
Check if a user can be heard by an AudioTag
Returns: Returns true if the user can be heard by the AudioTag
Parameter | Description |
---|---|
user | User |
audioTag | Audio tag to check |
public static bool IsHeardBy(User user, User otherUser)
Check if a user can be heard by another user
Returns: Returns true if the user can be heard by the other user
Parameter | Description |
---|---|
user | User |
otherUser | Other user |