[Bug 24906] GSM-compatible conference calls

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 16 15:51:05 CET 2009


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





--- Comment #3 from Simon McVittie <simon.mcvittie at collabora.co.uk>  2009-11-16 06:51:05 PST ---
interface ConferenceMember requires StreamedMedia

    Interface for managing channels that are used as conference members.

    This interface augments com.nokia.Telepathy.Channel.Interface.Conference.

    method JoinConference (o)
        Joins this channel to an existing conference channel.

        [Ah, this answers my previous question: this is how you join an
existing conference. -smcv]

        in o: ConferenceChannel

    method GetConference () -> o
        Returns the conference channel of which this channel is member.

        [redundant with Conference, should probably be removed -smcv]

        out o: ConferenceChannel

    readable property Conference: o
        The conference channel of which this channel is member, "/" if not a
member.

    method LeaveConference ()
        Removes this channel from the conference. This implies
        that the media streams within the conference are put on hold and
        the media streams within the member channel leaving the
        conference are unhold.

        [Ah, this answers my previous question: this is how you detach from a
conference. -smcv]

    signal JoinedConference (o: ConferenceChannel)

    signal LeftConference


-- 
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