Summary: | Call: Streams need to have a Contact Handle or something | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Olivier Crête <olivier.crete> |
Component: | tp-spec | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | Call | ||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 29590 |
Description
Olivier Crête
2010-08-16 11:07:58 UTC
Look at the Senders property on the Stream itself. As the new-call-demo proofs it does have the needed information I've got two changes planned in this area: * Split the Senders property in two parts (one for the local party, one for all remote parties) as needing to keep track of the self handle and special-casing that is quite annoying (this is an issue with more properties in the Call interface) * If one stream has multiple (remote) senders you can't work out which packets are coming from who anymore. iotw we need a mapping from contacts to ssrc. The self handle is uselss here. Just put a "RemoteSenders" property and add a "Sending" boolean property. We need both mapping per source (for legacy protocols) and per SSRC. 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.