The QXmppCallInviteManager class makes it possible to retrieve Call Invite elements as defined by XEP-0482: Call Invites.
More...
|
| QXmppTask< ProposeResult > | invite (const QString &callPartnerJid, bool audio=true, bool video=false, std::optional< QXmppCallInviteElement::Jingle > jingle=std::nullopt, std::optional< QVector< QXmppCallInviteElement::External > > external=std::nullopt) |
| Q_SIGNAL void | invited (const std::shared_ptr< QXmppCallInvite > &callInvite, const QString &id) |
| | QXmppClientExtension () |
| virtual QStringList | discoveryFeatures () const |
| virtual QList< QXmppDiscoIdentity > | discoveryIdentities () const |
| virtual bool | handleStanza (const QDomElement &stanza) |
| | You need to implement this method to process incoming XMPP stanzas.
|
| virtual bool | handleStanza (const QDomElement &stanza, const std::optional< QXmppE2eeMetadata > &e2eeMetadata) |
| | You need to implement this method to process incoming XMPP stanzas.
|
| | QXmppLoggable (QObject *parent=nullptr) |
|
Q_SIGNAL void | setGauge (const QString &gauge, double value) |
| | Sets the given gauge to value.
|
|
Q_SIGNAL void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| | This signal is emitted to send logging messages.
|
|
Q_SIGNAL void | updateCounter (const QString &counter, qint64 amount=1) |
| | Updates the given counter by amount.
|
| Public Member Functions inherited from QXmppMessageHandler |
| virtual bool | handleMessage (const QXmppMessage &)=0 |
|
|
class | QXmppCallInvitePrivate |
|
class | tst_QXmppCallInviteManager |
The QXmppCallInviteManager class makes it possible to retrieve Call Invite elements as defined by XEP-0482: Call Invites.
- Since
- QXmpp 1.6
◆ ProposeResult
Contains Call Invite object or an error if sending the propose message failed.
◆ invite()
| QXmppTask< QXmppCallInviteManager::ProposeResult > QXmppCallInviteManager::invite |
( |
const QString & | callPartnerJid, |
|
|
bool | audio = true, |
|
|
bool | video = false, |
|
|
std::optional< QXmppCallInviteElement::Jingle > | jingle = std::nullopt, |
|
|
std::optional< QVector< QXmppCallInviteElement::External > > | external = std::nullopt ) |
Creates a proposal Call Invite element and passes it as a message.
◆ invited()
| Q_SIGNAL void QXmppCallInviteManager::invited |
( |
const std::shared_ptr< QXmppCallInvite > & | callInvite, |
|
|
const QString & | id ) |
Emitted when a call invitation has been received.
- Parameters
-
| callInvite | Call Invite object of proposed session |
| id | Call Invite element id |
The documentation for this class was generated from the following files: