ISingleCallControl interface

Defines the necessary functionality for easy call control, when handling only one call at a time.

This functionality includes:

  • being able to start an outgoing call,
  • signaling incoming call, answer and reject it,
  • mute/unmute the microphone,
  • subscribing to device events,
  • ending a call.

Signature

export declare interface ISingleCallControl extends IEasyCallControlBase 

Extends

IEasyCallControlBase

Remarks

All of this functionality is associated with a single physical device. For every connected Jabra headset, there is an additional instance of IEasyCallControlBase that is used to manipulate its call-related state and functionality.

Properties

Property Modifiers Type Description
callActive Observable<boolean> Emits a boolean signifying if the device is in call state or not.

Methods

Method Description
acceptIncomingCall() Accepts an incoming call and sets the device into call state.