7#ifndef QXMPPCALLMANAGER_P_H
8#define QXMPPCALLMANAGER_P_H
12#include <QHostAddress>
29class QXmppCallManagerPrivate
33 QXmppCall *findCall(
const QString &sid)
const;
36 QList<QXmppCall *> calls;
37 QList<QPair<QHostAddress, quint16>> stunServers;
38 QHostAddress turnHost;
43 bool dtlsRequired =
false;
44 bool supportsDtls =
false;
The QXmppCallManager class provides support for making and receiving voice calls.
Definition QXmppCallManager.h:27
Definition QXmppCall.h:23
Direction
This enum is used to describe the direction of a call.
Definition QXmppCall.h:34
Definition QXmppJingleData.h:350