NUGU SDK Linux  1.7.5
PhoneCallInterface

PhoneCall capability interface. More...

+ Collaboration diagram for PhoneCallInterface:

Classes

class  NuguCapability::IPhoneCallHandler
 phone call handler interface More...
 
class  NuguCapability::IPhoneCallListener
 phone call listener interface More...
 

Enumerations

enum class  NuguCapability::PhoneCallState { IDLE , OUTGOING , INCOMING , ESTABLISHED }
 Phone call state. More...
 

Detailed Description

PhoneCall capability interface.

Dial, hangup and answer the phone call

Enumeration Type Documentation

◆ PhoneCallState

Phone call state.

See also
IPhoneCallListener::callStateChanged
Enumerator
IDLE 

Idle state

OUTGOING 

Call receiving state

INCOMING 

Calling state

ESTABLISHED 

Phone connected state