DeclineOptionsBuilder - infobip/infobip-rtc-js GitHub Wiki



setDeclineOnAllDevices(declineOnAllDevices)

Description

Setter for the declineOnAllDevices field.

Arguments

  • declineOnAllDevices: boolean - false by default, meaning 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.

Returns

Example

let declineOptionsBuilder = DeclineOptions.builder();
declineOptionsBuilder.setDeclineOnAllDevices(true);



build()

Description

Builds a new instance of the DeclineOptions.

Arguments

  • none

Returns

Example

let declineOptionsBuilder = DeclineOptions.builder();
let declineOptions = declineOptionsBuilder.build();
⚠️ **GitHub.com Fallback** ⚠️