aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/voip.cpp
blob: c748ad946cf76b09b85c2d31c0ce9dd903ec3275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/******************************************************************************
 * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
 */

#include "voip.h"

using namespace Quotient;

QUrl GetTurnServerJob::makeRequestUrl(QUrl baseUrl)
{
    return BaseJob::makeRequestUrl(
        std::move(baseUrl), makePath("/_matrix/client/r0", "/voip/turnServer"));
}

GetTurnServerJob::GetTurnServerJob()
    : BaseJob(HttpVerb::Get, QStringLiteral("GetTurnServerJob"),
              makePath("/_matrix/client/r0", "/voip/turnServer"))
{}