Fix crash when stun server selected

This commit is contained in:
trilene 2020-10-30 17:23:56 -04:00
parent 888d004764
commit 20d2c44329
1 changed files with 1 additions and 1 deletions

View File

@ -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)