|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
                    EmpathyTpCall;
enum                EmpathyTpCallStatus;
EmpathyTpCall*      empathy_tp_call_new                 (TpConn *connection,
                                                         TpChan *channel);
void                empathy_tp_call_accept_incoming_call
                                                        (EmpathyTpCall *call);
void                empathy_tp_call_close_channel       (EmpathyTpCall *call);
void                empathy_tp_call_request_video_stream_direction
                                                        (EmpathyTpCall *call,
                                                         gboolean is_sending);
void                empathy_tp_call_add_preview_video   (EmpathyTpCall *call,
                                                         guint preview_video_socket_id);
void                empathy_tp_call_remove_preview_video
                                                        (EmpathyTpCall *call,
                                                         guint preview_video_socket_id);
void                empathy_tp_call_add_output_video    (EmpathyTpCall *call,
                                                         guint output_video_socket_id);
void                empathy_tp_call_set_output_volume   (EmpathyTpCall *call,
                                                         guint volume);
void                empathy_tp_call_mute_output         (EmpathyTpCall *call,
                                                         gboolean is_muted);
void                empathy_tp_call_mute_input          (EmpathyTpCall *call,
                                                         gboolean is_muted);
"audio-stream" gpointer : Read "channel" TpChan : Read / Write / Construct Only "connection" TpConn : 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 (TpConn *connection, TpChan *channel);
| 
 | |
| 
 | |
| Returns : | 
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_add_preview_video (EmpathyTpCall *call, guint preview_video_socket_id);
| 
 | |
| 
 | 
void                empathy_tp_call_remove_preview_video
                                                        (EmpathyTpCall *call,
                                                         guint preview_video_socket_id);
| 
 | |
| 
 | 
void empathy_tp_call_add_output_video (EmpathyTpCall *call, guint output_video_socket_id);
| 
 | |
| 
 | 
void empathy_tp_call_set_output_volume (EmpathyTpCall *call, guint volume);
| 
 | |
| 
 | 
void empathy_tp_call_mute_output (EmpathyTpCall *call, gboolean is_muted);
| 
 | |
| 
 | 
void empathy_tp_call_mute_input (EmpathyTpCall *call, gboolean is_muted);
| 
 | |
| 
 | 
"is-incoming" property"is-incoming" gboolean : Read
Is media stream incoming.
Default value: FALSE
"receiving-video" signalvoid user_function (EmpathyTpCall *empathytpcall, gboolean arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. | 
"sending-video" signalvoid user_function (EmpathyTpCall *empathytpcall, gboolean arg1, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | |
| 
 | user data set when the signal handler was connected. | 
"status-changed" signalvoid user_function (EmpathyTpCall *empathytpcall, gpointer user_data) : Run Last
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. |