From 81e35b4237433cf031004aa840e94d5f03c1b2f8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 3 Aug 2010 17:00:26 +0200 Subject: call-handler: add properties tracking the candidates --- libempathy/empathy-call-handler.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libempathy/empathy-call-handler.h') diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 234bc800e..9f6fd9e3b 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -89,6 +89,18 @@ GList * empathy_call_handler_get_recv_audio_codecs ( GList * empathy_call_handler_get_recv_video_codecs ( EmpathyCallHandler *self); +FsCandidate * empathy_call_handler_get_audio_remote_candidate ( + EmpathyCallHandler *self); + +FsCandidate * empathy_call_handler_get_audio_local_candidate ( + EmpathyCallHandler *self); + +FsCandidate * empathy_call_handler_get_video_remote_candidate ( + EmpathyCallHandler *self); + +FsCandidate * empathy_call_handler_get_video_local_candidate ( + EmpathyCallHandler *self); + G_END_DECLS #endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/ -- cgit v1.2.3