-
-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Labels
Description
Development Issue
Unsure
Phone Version
Latest - 1.7.0
Issue Description
Bug description
- After call is initialized, hiding phone via [exports.npwd:setPhoneVisible(true)] on CLIENT [A] (boothUser) - should work, but nope.
- Phone should hide, when func is called, bypassing (Related logic picture via HasPhone), to ensure that call will not be rejected, even phoneUI is "hidden" 👍
Related logic picture:
Issue Reproduction
CLIENT [A] - Target
CLIENT [B] - Initiator
- CLIENT [B] call to CLIENT [A] (Booth user)
- For CLIENT [A] hide phone via npwd:setPhoneVisible(false)
- Result: Failed to hide phone for CLIENT [A]
Used code:
"PhoneAsItem": {
"enabled": true,
"exportResource": "booth",
"exportFunction": "HasPhone"
},local function HasPhone()
return true
end
exports("HasPhone", HasPhone)Evidence
CLIENT [A]
CLIENT [B]


