aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/voip.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:42:13 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-17 07:49:41 +0200
commit7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424 (patch)
treefa9e37d8874303bf56d5381b0844738bd516a79b /lib/csapi/voip.h
parent906699cc525e9e0be231a58cabffc31ad1f5193c (diff)
downloadlibquotient-7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424.tar.gz
libquotient-7036ed0dcb137cb5cbb6b426dd338c5e2e4c6424.zip
Regenerate API files using new GTAD and refreshed templates
No functional changes.
Diffstat (limited to 'lib/csapi/voip.h')
-rw-r--r--lib/csapi/voip.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/csapi/voip.h b/lib/csapi/voip.h
index 38abfa27..d3eb3c4b 100644
--- a/lib/csapi/voip.h
+++ b/lib/csapi/voip.h
@@ -8,29 +8,26 @@
#include <QtCore/QJsonObject>
-namespace Quotient
-{
+namespace Quotient {
// Operations
-/// Obtain TURN server credentials.
-/*!
+/*! \brief Obtain TURN server credentials.
+ *
* This API provides credentials for the client to use when initiating
* calls.
*/
-class GetTurnServerJob : public BaseJob
-{
+class GetTurnServerJob : public BaseJob {
public:
+ /// Obtain TURN server credentials.
explicit GetTurnServerJob();
- /*! Construct a URL without creating a full-fledged job object
+ /*! \brief Construct a URL without creating a full-fledged job object
*
- * This function can be used when a URL for
- * GetTurnServerJob is necessary but the job
- * itself isn't.
+ * This function can be used when a URL for GetTurnServerJob
+ * is necessary but the job itself isn't.
*/
static QUrl makeRequestUrl(QUrl baseUrl);
-
~GetTurnServerJob() override;
// Result properties