[Telepathy-commits] [telepathy-glib/master] ExampleCallableMediaChannel: connect the stream when accepting incoming calls
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Mar 18 11:24:39 PDT 2009
---
examples/cm/callable/media-channel.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/examples/cm/callable/media-channel.c b/examples/cm/callable/media-channel.c
index 6162717..4ad90c5 100644
--- a/examples/cm/callable/media-channel.c
+++ b/examples/cm/callable/media-channel.c
@@ -521,7 +521,10 @@ add_member (GObject *object,
while (g_hash_table_iter_next (&iter, NULL, &v))
{
+ /* we accept the proposed stream direction... */
example_callable_media_stream_accept_proposed_direction (v);
+ /* ... and the stream tries to connect */
+ example_callable_media_stream_connect (v);
}
return TRUE;
--
1.5.6.5
More information about the telepathy-commits
mailing list