summaryrefslogtreecommitdiff
path: root/examples/client
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-30 09:33:31 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-30 09:33:31 +0200
commit79aa8283e9f1abf240f4885a87ca409aa3bfc5d9 (patch)
treee8d552c4a10f05afada38c4382022a0cd01b3645 /examples/client
parenta0bdd4727bed1802f5998487e1f4a7fd759d5eaf (diff)
approver.c: Approve Call channels instead of StreamedMedia
Diffstat (limited to 'examples/client')
-rw-r--r--examples/client/approver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client/approver.c b/examples/client/approver.c
index 77959b354..cbe4801cb 100644
--- a/examples/client/approver.c
+++ b/examples/client/approver.c
@@ -163,7 +163,7 @@ main (int argc,
/* call */
tp_base_client_take_approver_filter (approver, tp_asv_new (
TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING,
- TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA,
+ TP_IFACE_CHANNEL_TYPE_CALL,
TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT,
TP_HANDLE_TYPE_CONTACT,
NULL));