ktp-call-ui progress

David Edmundson david at davidedmundson.co.uk
Sun Jan 19 16:56:55 UTC 2014


>Is there any official way to do multi-party video calls?

Yes.

On the Tp::Channel object you have groupAddContacts and such.
After the contact joins you'll get 2 new
StreamedMediaChannel::streamAdded() signals with the new audio and
video.

The StreamedMediaStream has a contact() property so you can match things up.

This makes everything sound very easy; in reality I'm sure it won't be.

I'm not sure how well group text chats work at the moment; probably
worth making sure that works before we try with video.


I agree we should tidy up the 1-1 case before we complicate things.


More information about the KDE-Telepathy mailing list