![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
EmpathyTpCall; enum EmpathyTpCallStatus; EmpathyTpCall * empathy_tp_call_new (TpChannel *channel); void empathy_tp_call_close (EmpathyTpCall *call); void empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact, gboolean audio, gboolean video); void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call); void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call, gboolean is_sending); void empathy_tp_call_start_tone (EmpathyTpCall *call, TpDTMFEvent event); void empathy_tp_call_stop_tone (EmpathyTpCall *call); gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call);
"audio-stream" gpointer : Read "channel" TpChannel* : Read / Write / Construct Only "contact" EmpathyContact* : Read "is-incoming" gboolean : Read "status" guint : Read "video-stream" gpointer : Read
typedef enum { EMPATHY_TP_CALL_STATUS_READYING, EMPATHY_TP_CALL_STATUS_PENDING, EMPATHY_TP_CALL_STATUS_ACCEPTED, EMPATHY_TP_CALL_STATUS_CLOSED } EmpathyTpCallStatus;
EmpathyTpCall * empathy_tp_call_new (TpChannel *channel);
|
|
Returns : |
void empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact, gboolean audio, gboolean video);
|
|
|
|
|
|
|
void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
|
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call, gboolean is_sending);
|
|
|
void empathy_tp_call_start_tone (EmpathyTpCall *call, TpDTMFEvent event);
|
|
|
gboolean empathy_tp_call_has_dtmf (EmpathyTpCall *call);
|
|
Returns : |
"is-incoming"
property"is-incoming" gboolean : Read
Is media stream incoming.
Default value: FALSE