Fix crash when stun server selected
This commit is contained in:
parent
888d004764
commit
20d2c44329
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user