Merge pull request #312 from trilene/webrtc-video

Fix crash when stun server selected
pull/302/head^2
DeepBlueV7.X 4 years ago committed by GitHub
commit aafc214997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save