The QXmppCallInvite class holds information about the Call Invite element in the current context.
More...
Inherits QObject.
|
class | QXmppCallInviteManager |
|
class | tst_QXmppCallInviteManager |
|
The QXmppCallInvite class holds information about the Call Invite element in the current context.
- Since
- QXmpp 1.6
◆ Result
Contains one of the result types Rejected, Retracted, Left or QXmppError used for Call Invite states.
- Since
- QXmpp 1.6
◆ accept()
Creates a Call Invite element of type "accept" and sends a request containing the element.
◆ accepted()
QXmppCallInvite::accepted |
( |
const QString & | id, |
|
|
const QString & | callPartnerResource ) |
Emitted when a call was accepted.
◆ closed()
QXmppCallInvite::closed |
( |
const Result & | result | ) |
|
Emitted when a call was closed.
- Parameters
-
◆ invited()
QXmppCallInvite::invited |
( |
| ) |
|
Emitted when a call invitation was sent.
◆ leave()
Creates a Call Invite element of type "leave" and sends a request containing the element.
◆ reject()
Creates a Call Invite element of type "reject" and sends a request containing the element.
◆ retract()
Creates a Call Invite element of type "retract" and sends a request containing the element.
The documentation for this class was generated from the following files: