diff -urN /usr/share/doc/python-telepathy/examples/call.py /home/cmsj/code/work/streamer/stream/telepathy-python-0.13.13/examples/call.py --- /usr/share/doc/python-telepathy/examples/call.py 2007-06-01 14:51:21.000000000 +0100 +++ /home/cmsj/code/work/streamer/stream/telepathy-python-0.13.13/examples/call.py 2007-12-11 18:45:03.000000000 +0000 @@ -145,7 +145,7 @@ try: channel[CHANNEL_TYPE_STREAMED_MEDIA].RequestStreams( self.handle, - [MEDIA_STREAM_TYPE_AUDIO, MEDIA_STREAM_TYPE_VIDEO]); + [MEDIA_STREAM_TYPE_AUDIO]); except dbus.DBusException, e: print "failed:", e print "requesting audio stream"