summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-05-16 13:18:56 +0100
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-06-07 15:48:11 -0700
commiteae3eacc53f5c5c7b7f8b7082209b16a11093525 (patch)
tree864e89597b459ea24b0f186efea67b6853a96b44 /examples
parentfb590a7152e5c3ae2f1504ab35bbf13d943b07f8 (diff)
Add various call related capabilities
Diffstat (limited to 'examples')
-rw-r--r--examples/call-handler.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/call-handler.c b/examples/call-handler.c
index 37e5559..87eb175 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -360,6 +360,13 @@ main (int argc, char **argv)
TRUE,
NULL));
+ tp_base_client_add_handler_capabilities_varargs (client,
+ TF_FUTURE_IFACE_CHANNEL_TYPE_CALL "/video/h264",
+ TF_FUTURE_IFACE_CHANNEL_TYPE_CALL "/shm",
+ TF_FUTURE_IFACE_CHANNEL_TYPE_CALL "/ice",
+ TF_FUTURE_IFACE_CHANNEL_TYPE_CALL "/gtalk-p2p",
+ NULL);
+
tp_base_client_register (client, NULL);
g_main_loop_run (loop);