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.
