[Bug 26117] Add Call interface support to StreamedMediaChannel

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 19 15:39:40 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26117





--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk>  2010-01-19 06:39:40 PST ---
>     MediaContentPtr content() const;
> 
>     TELEPATHY_QT4_DEPRECATED StreamedMediaChannelPtr channel() const;

Why is this deprecated? Even if it's just a shortcut for content()->channel(),
it seems a reasonable thing to want to do, and is non-lossy.

>     SendingState localSendingState() const;
>     SendingState remoteSendingState(const ContactPtr &contact) const;
> 
>     TELEPATHY_QT4_DEPRECATED bool sending() const;

Why is this deprecated? It looks as though it should just expand to
(localSendingState() == SendingStateSending) which seems perfectly reasonable.

>     TELEPATHY_QT4_DEPRECATED bool receiving() const;
>     TELEPATHY_QT4_DEPRECATED bool localSendingRequested() const;
>     TELEPATHY_QT4_DEPRECATED bool remoteSendingRequested() const;

Likewise for these?

>     TELEPATHY_QT4_DEPRECATED MediaStreamDirection direction() const;
>     TELEPATHY_QT4_DEPRECATED MediaStreamPendingSend pendingSend() const;

I can see the logic in deprecating these, though; they're combining things that
don't necessarily make sense to combine.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list