[Bug 24906] GSM-compatible conference calls

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 16 15:55:39 CET 2009


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





--- Comment #4 from Simon McVittie <simon.mcvittie at collabora.co.uk>  2009-11-16 06:55:39 PST ---
The conceptual model used here matches GSM, but is more general (I think).

In GSM, a conference call is formed by gluing together two existing calls: the
active call, and the call that is on hold. It might be possible to put the
conference on hold, make more calls, and bridge those in too?

It may also be possible for us to tell that the other end of the call has
turned into a conference.

To work with this interface, every call has the ConferenceMember interface,
indicating that it is potentially a member of a conference. Making a call into
a conference can be done either by creating a Conference then attaching
ConferenceMember channels to it with JoinConference, or by putting the member
calls in the InitialMembers property while calling CreateChannel.

While in a conference, I infer from the description of LeaveConference that all
streams in the conference member are automatically put on hold by the CM?


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