From 8063a8cb27a35cd81f238796fa5c902d8ea93182 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 18 Sep 2012 16:29:52 +0200 Subject: finish integrating TURN --- examples/example_4_callHandling/example_4_callHandling.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/example_4_callHandling/example_4_callHandling.h') 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 -- cgit v1.2.3