5 #ifndef QXMPPCALLMANAGER_P_H 6 #define QXMPPCALLMANAGER_P_H 10 #include <QHostAddress> 25 class QXmppCallManagerPrivate
29 QXmppCall *findCall(
const QString &sid)
const;
32 QList<QXmppCall *> calls;
33 QList<QPair<QHostAddress, quint16>> stunServers;
34 QHostAddress turnHost;
Direction
This enum is used to describe the direction of a call.
Definition: QXmppCall.h:32
Definition: QXmppCall.h:20
The QXmppCallManager class provides support for making and receiving voice calls. ...
Definition: QXmppCallManager.h:45