diff options
Diffstat (limited to 'src/WebRTCSession.cpp')
-rw-r--r-- | src/WebRTCSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp index c746df8e..31d5b5ed 100644 --- a/src/WebRTCSession.cpp +++ b/src/WebRTCSession.cpp @@ -25,7 +25,7 @@ extern "C" #endif // https://github.com/vector-im/riot-web/issues/10173 -[[maybe_unused]] constexpr std::string_view STUN_SERVER = "stun://turn.matrix.org:3478"; +#define STUN_SERVER "stun://turn.matrix.org:3478" Q_DECLARE_METATYPE(webrtc::State) |