diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-18 16:29:52 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-18 16:29:52 +0200 |
| commit | 8063a8cb27a35cd81f238796fa5c902d8ea93182 (patch) | |
| tree | 8f77a9b3ef03e157e3a99c48a256ea5e4d4b2372 /examples/example_4_callHandling/example_4_callHandling.h | |
| parent | fd2368d4497692c534081417c2c46f10fcad4950 (diff) | |
| download | qxmpp-8063a8cb27a35cd81f238796fa5c902d8ea93182.tar.gz | |
finish integrating TURN
Diffstat (limited to 'examples/example_4_callHandling/example_4_callHandling.h')
| -rw-r--r-- | examples/example_4_callHandling/example_4_callHandling.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example_4_callHandling/example_4_callHandling.h b/examples/example_4_callHandling/example_4_callHandling.h index e1287016..928ae5a0 100644 --- a/examples/example_4_callHandling/example_4_callHandling.h +++ b/examples/example_4_callHandling/example_4_callHandling.h @@ -49,10 +49,14 @@ private slots: void slotPresenceReceived(const QXmppPresence &presence); private: + void startCall(); + QXmppCallManager *callManager; QDnsLookup m_dns; QString m_recipient; + QString m_recipientFullJid; quint16 m_turnPort; + bool m_turnFinished; }; #endif // IBBCLIENT_H |
