-
Notifications
You must be signed in to change notification settings - Fork 3
DeclineOptions
Adnan Mujagić edited this page Jun 11, 2024
·
2 revisions
Creates an instance of the DeclineOptions
.
-
declineOnAllDevices
:Bool
- iffalse
, this call will only be rejected on the current device, while other devices receiving this call won't be affected and may still receive the call.
-
DeclineOptions
- Instance of theDeclineOptions
.
let declineOptions = DeclineOptions(true)
Getter for the declineOnAllDevices
field.
-
Bool
- Value of thedeclineOnAllDevices
field.true
if the incoming call should be declined on all devices, otherwisefalse
.
let declineOptions = DeclineOptions(true)
let isDeclinedOnAllDevices = declineOptions.declineOnAllDevices