Bug 29595 - Call: Add an explicit instruction to start sending on Stream.I.Media
Summary: Call: Add an explicit instruction to start sending on Stream.I.Media
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-spec (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard: Call
Keywords:
Depends on:
Blocks: 29590
  Show dependency treegraph
 
Reported: 2010-08-16 11:03 UTC by Olivier Crête
Modified: 2010-10-18 08:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Olivier Crête 2010-08-16 11:03:48 UTC
Forcing tp-fs to track the self handle, group or otherwise in the senders group is too complex. I don't to have to track handles and stuff in tp-fs. And I don't want to differentiate between Group and non-Group channels.

There should be a simple "Sending" property on the Stream.I.Media interface

We should also add a "Receiving" property, this would help with bug #28707.
Comment 1 Jonny Lamb 2010-10-06 01:18:54 UTC
(In reply to comment #0)
> Forcing tp-fs to track the self handle, group or otherwise in the senders group
> is too complex. I don't to have to track handles and stuff in tp-fs. And I
> don't want to differentiate between Group and non-Group channels.
> 
> There should be a simple "Sending" property on the Stream.I.Media interface

Wouldn't something like a (Start)Sending signal be better? If you have
the property then you'll already have to have change notification for
you to know when to start sending, so we could just leave it with the
signal?

> We should also add a "Receiving" property, this would help with bug #28707.

Same here.
Comment 2 Olivier Crête 2010-10-06 06:46:42 UTC
I want a property with change notification, there is a PropertiesChanged signal on the standard dbus Properties interface now. The reason to have a property, not only a signal, is that otherwise the CM has to know when you start listening. Also, you want a 3rd party to be able to look in and see what the current status is.
Comment 4 Olivier Crête 2010-10-14 07:12:21 UTC
SetSending() should probably be in the Media Interface, not the UI-facing one.
Comment 5 Jonny Lamb 2010-10-18 08:58:33 UTC
Fixed in git.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.