~mterry/telephony-service/start-on

« back to all changes in this revision

Viewing changes to handler/callhandler.h

  • 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:
47
47
    void setSpeakerMode(const QString &objectPath, bool enabled);
48
48
    void sendDTMF(const QString &objectPath, const QString &key);
49
49
 
 
50
    // conference call related
 
51
    void createConferenceCall(const QStringList &objectPaths);
 
52
    void mergeCall(const QString &conferenceObjectPath, const QString &callObjectPath);
 
53
    void splitCall(const QString &objectPath);
 
54
 
50
55
Q_SIGNALS:
51
56
    void callPropertiesChanged(const QString &objectPath, const QVariantMap &properties);
52
57