274 #ifndef LE_MCC_CALL_H_INCLUDE_GUARD
275 #define LE_MCC_CALL_H_INCLUDE_GUARD
291 const char* serviceInstanceName
457 size_t telPtrNumElements
567 #endif // LE_MCC_CALL_H_INCLUDE_GUARD
void le_mcc_call_StopClient(void)
le_mcc_call_TerminationReason_t le_mcc_call_GetTerminationReason(le_mcc_call_ObjRef_t callRef)
le_result_t
Definition: le_basics.h:34
le_mcc_call_Event_t
Definition: le_mcc_call_interface.h:311
void le_mcc_call_StartClient(const char *serviceInstanceName)
Local party ended the call.
Definition: le_mcc_call_interface.h:354
Network could not complete the call.
Definition: le_mcc_call_interface.h:345
struct le_audio_Stream * le_audio_StreamRef_t
Definition: le_audio_interface.h:488
Remote address could not be resolved.
Definition: le_mcc_call_interface.h:348
Call has been established, and is media is active.
Definition: le_mcc_call_interface.h:323
le_result_t le_mcc_call_GetRemoteTel(le_mcc_call_ObjRef_t callRef, char *telPtr, size_t telPtrNumElements)
Remote party transferred or forwarded the call.
Definition: le_mcc_call_interface.h:332
Undefined reason.
Definition: le_mcc_call_interface.h:360
le_result_t le_mcc_call_Start(le_mcc_call_ObjRef_t callRef)
Definition: le_mcc_call_interface.h:319
le_audio_StreamRef_t le_mcc_call_GetTxAudioStream(le_mcc_call_ObjRef_t callRef)
le_result_t le_mcc_call_Answer(le_mcc_call_ObjRef_t callRef)
bool le_mcc_call_IsConnected(le_mcc_call_ObjRef_t callRef)
Remote party ended the call.
Definition: le_mcc_call_interface.h:357
Far end is now alerting its user (outgoing call).
Definition: le_mcc_call_interface.h:316
void le_mcc_call_Delete(le_mcc_call_ObjRef_t callRef)
le_result_t le_mcc_call_HangUp(le_mcc_call_ObjRef_t callRef)
Callee is currently busy and cannot take the call.
Definition: le_mcc_call_interface.h:351
le_audio_StreamRef_t le_mcc_call_GetRxAudioStream(le_mcc_call_ObjRef_t callRef)
Call has terminated.
Definition: le_mcc_call_interface.h:326
Incoming call attempt (new call).
Definition: le_mcc_call_interface.h:313
le_mcc_call_TerminationReason_t
Definition: le_mcc_call_interface.h:343
struct le_mcc_call_Obj * le_mcc_call_ObjRef_t
Definition: le_mcc_call_interface.h:371
Remote party has put the call on hold.
Definition: le_mcc_call_interface.h:329
le_result_t le_mcc_call_HangUpAll(void)