24 #ifndef QXMPPCALLSTREAM_H 25 #define QXMPPCALLSTREAM_H 27 #include <QXmppGlobal.h> 35 class QXmppCallStreamPrivate;
38 class QXmppCallPrivate;
51 QString creator()
const;
52 QString media()
const;
55 void setReceivePadCallback(std::function<
void(GstPad *)> cb);
56 void setSendPadCallback(std::function<
void(GstPad *)> cb);
60 QString media, QString creator, QString name,
int id);
62 QXmppCallStreamPrivate *d;
65 friend class QXmppCallPrivate;
The QXmppIceConnection class represents a set of UDP sockets capable of performing Interactive Connec...
Definition: QXmppStun.h:241
The QXmppCall class represents a Voice-Over-IP call to a remote party.
Definition: QXmppCall.h:43
The QXmppCallStream class represents an RTP stream in a VoIP call.
Definition: QXmppCallStream.h:46