| 1 | /****************************************************************************** |
|---|---|
| 2 | * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN |
| 3 | */ |
| 4 | |
| 5 | #include "voip.h" |
| 6 | |
| 7 | using namespace Quotient; |
| 8 | |
| 9 | QUrl GetTurnServerJob::makeRequestUrl(QUrl baseUrl) |
| 10 | { |
| 11 | return BaseJob::makeRequestUrl( |
| 12 | baseUrl: std::move(baseUrl), encodedPath: makePath(parts: "/_matrix/client/v3", parts: "/voip/turnServer")); |
| 13 | } |
| 14 | |
| 15 | GetTurnServerJob::GetTurnServerJob() |
| 16 | : BaseJob(HttpVerb::Get, QStringLiteral("GetTurnServerJob"), |
| 17 | makePath(parts: "/_matrix/client/v3", parts: "/voip/turnServer")) |
| 18 | {} |
| 19 |