mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix crash when stun server selected
This commit is contained in:
parent
888d004764
commit
20d2c44329
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue