IEasyCallControlBase.signalIncomingCall() method

Signals that there is an incoming call. The promise resolves only once the incoming call is either accepted or rejected.

Signature

signalIncomingCall(ringTimeout?: number): Promise<boolean>;

Parameters

Parameter Type Description
ringTimeout number Optional parameter, determining how long before the incoming call is automatically rejected due to a timeout.

Returns

Promise<boolean>

Boolean returns:

  • true if the call was accepted
  • false if rejected

Exceptions

If the device is locked by another UC Client.

Remarks

On most devices, this starts the device ringer.