Ring Daemon 16.0.0
Loading...
Searching...
No Matches
libjami::Call::StateEvent Namespace Reference

Variables

static constexpr char BUSY [] = "BUSY"
 
static constexpr char CONNECTING [] = "CONNECTING"
 
static constexpr char CURRENT [] = "CURRENT"
 
static constexpr char FAILURE [] = "FAILURE"
 
static constexpr char HOLD [] = "HOLD"
 
static constexpr char HUNGUP [] = "HUNGUP"
 
static constexpr char INACTIVE [] = "INACTIVE"
 
static constexpr char INCOMING [] = "INCOMING"
 
static constexpr char OVER [] = "OVER"
 
static constexpr char PEER_BUSY [] = "PEER_BUSY"
 
static constexpr char RINGING [] = "RINGING"
 
static constexpr char UNHOLD [] = "UNHOLD"
 

Variable Documentation

◆ BUSY

constexpr char libjami::Call::StateEvent::BUSY[] = "BUSY"
staticconstexpr

Definition at line 33 of file call_const.h.

◆ CONNECTING

constexpr char libjami::Call::StateEvent::CONNECTING[] = "CONNECTING"
staticconstexpr

Definition at line 29 of file call_const.h.

◆ CURRENT

constexpr char libjami::Call::StateEvent::CURRENT[] = "CURRENT"
staticconstexpr

Definition at line 31 of file call_const.h.

Referenced by jami::Manager::hasCurrentCall().

◆ FAILURE

constexpr char libjami::Call::StateEvent::FAILURE[] = "FAILURE"
staticconstexpr

Definition at line 35 of file call_const.h.

◆ HOLD

constexpr char libjami::Call::StateEvent::HOLD[] = "HOLD"
staticconstexpr

Definition at line 36 of file call_const.h.

◆ HUNGUP

constexpr char libjami::Call::StateEvent::HUNGUP[] = "HUNGUP"
staticconstexpr

Definition at line 32 of file call_const.h.

◆ INACTIVE

constexpr char libjami::Call::StateEvent::INACTIVE[] = "INACTIVE"
staticconstexpr

Definition at line 38 of file call_const.h.

◆ INCOMING

constexpr char libjami::Call::StateEvent::INCOMING[] = "INCOMING"
staticconstexpr

Definition at line 28 of file call_const.h.

◆ OVER

constexpr char libjami::Call::StateEvent::OVER[] = "OVER"
staticconstexpr

Definition at line 39 of file call_const.h.

◆ PEER_BUSY

constexpr char libjami::Call::StateEvent::PEER_BUSY[] = "PEER_BUSY"
staticconstexpr

Definition at line 34 of file call_const.h.

◆ RINGING

constexpr char libjami::Call::StateEvent::RINGING[] = "RINGING"
staticconstexpr

Definition at line 30 of file call_const.h.

◆ UNHOLD

constexpr char libjami::Call::StateEvent::UNHOLD[] = "UNHOLD"
staticconstexpr

Definition at line 37 of file call_const.h.