VoiceCall Api Java

Classes

interface  Call
 Class defining a Call. More...
 
interface  CallInformation
 Call information. More...
 
interface  CallObserver
 Call observer. More...
 
interface  CallStatusEvent
 Call event. More...
 
interface  NewCallEvent
 New Call Event. More...
 
class  VoiceCallConfiguration
 Voice Call Configuration class. More...
 
class  VoiceCallLowLevelException
 VoiceCall low level exception. More...
 
interface  VoiceCallManager
 VoiceCall Manager. More...
 
class  VoiceCallNotAvailableException
 VoiceCall not available exception. More...
 
interface  VoiceCall
 VoiceCall.
 
interface  VoiceCallSourceEvent
 Voice Call Source event. More...
 
interface  VoiceCallSourceListEvent
 Voice Call Source list Event. More...
 
interface  VoiceCallSourceStatusEvent
 Voice Call Source status event. This event is thrown when a voice call source changes its status. More...
 

Enumerations

enum  CallStatus {
  CALLS_DISABLED = 0, WAITING = 1, RINGING = 2, DIALING = 3,
  CONVERSATION = 4, HELD = 5, FINISHED = 6, ALERTING = 7,
  DROPPED = 8
}
 Defines the possible call status. More...
 
enum  SourceStatus { DISABLED = 0, ENABLED = 1, BUSY = 2 }
 Source Status. More...
 

Detailed Description

Java Api related documentation

Enumeration Type Documentation

enum CallStatus

Call status.

Enumerator
CALLS_DISABLED 

The calls are not available.

WAITING 

Waiting.

RINGING 

Incoming call being received (Mobile Terminated Call)

DIALING 

Dialing (Mobile Originated call)

CONVERSATION 

The call is active.

HELD 

The call is held.

FINISHED 

The call is not active anymore, but inband information is still available.

ALERTING 

Alerting (Mobile Originated call)

DROPPED 

The call has been suspended by the network, but may resumed later.

enum SourceStatus
Enumerator
DISABLED 

DISABLED.

ENABLED 

ENABLED.

BUSY 

BUSY.