~mterry/telephony-service/start-on

« back to all changes in this revision

Viewing changes to libtelephonyservice/channelobserver.cpp

  • Committer: CI bot
  • Author(s): Gustavo Pichorim Boiko
  • Date: 2014-04-02 12:41:29 UTC
  • mfrom: (765.2.24 telephony-service-conf_call)
  • Revision ID: ps-jenkins@lists.canonical.com-20140402124129-oywt8u6u9f4253bg
Add support for handling conference calls. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
#include "channelobserver.h"
 
23
#include "telepathyhelper.h"
23
24
#include <TelepathyQt/CallChannel>
24
25
#include <TelepathyQt/ChannelClassSpecList>
25
26
#include <TelepathyQt/MethodInvocationContext>
33
34
Tp::ChannelClassSpecList ChannelObserver::channelFilters() const
34
35
{
35
36
    Tp::ChannelClassSpecList specList;
 
37
 
 
38
    specList << TelepathyHelper::audioConferenceSpec();
36
39
    specList << Tp::ChannelClassSpec::audioCall();
37
40
    specList << Tp::ChannelClassSpec::textChat();
38
41