Merge pull request #312 from trilene/webrtc-video

Fix crash when stun server selected
This commit is contained in:
DeepBlueV7.X 2020-10-31 00:11:22 +01:00 committed by GitHub
commit aafc214997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ extern "C"
#endif #endif
// https://github.com/vector-im/riot-web/issues/10173 // 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) Q_DECLARE_METATYPE(webrtc::State)