Obsolete Members for QXmppJingleIq
The following members of class QXmppJingleIq are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) QXmppJingleReason & | reason() |
(deprecated) const QXmppJingleReason & | reason() const |
(deprecated) bool | ringing() const |
(deprecated) void | setRinging(bool ringing) |
Member Function Documentation
[deprecated] QXmppJingleReason &QXmppJingleIq::reason()
This function is deprecated. We strongly advise against using it in new code.
Returns a reference to the IQ's reason element.
Deprecated since QXmpp 1.11: Use actionReason() instead.
[deprecated] const QXmppJingleReason &QXmppJingleIq::reason() const
This function is deprecated. We strongly advise against using it in new code.
Returns a const reference to the IQ's reason element.
Deprecated since QXmpp 1.11: Use actionReason() instead.
[deprecated] bool QXmppJingleIq::ringing() const
This function is deprecated. We strongly advise against using it in new code.
Returns true if the call is ringing.
This method is deprecated since QXmpp 1.5. Use QXmppJingleIq::rtpSessionState() instead.
See also setRinging().
[deprecated] void QXmppJingleIq::setRinging(bool ringing)
This function is deprecated. We strongly advise against using it in new code.
Sets via ringing whether the call is ringing.
This method is deprecated since QXmpp 1.5. Use QXmppJingleIq::setRtpSessionState() instead.
See also ringing().