We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8f6c8 commit 58e59b8Copy full SHA for 58e59b8
include/rtc/global.hpp
@@ -34,7 +34,7 @@ RTC_CPP_EXPORT void InitLogger(LogLevel level, LogCallback callback = nullptr);
34
RTC_CPP_EXPORT void Preload();
35
RTC_CPP_EXPORT std::shared_future<void> Cleanup();
36
37
-RTC_CPP_EXPORT struct UnhandledStunRequest {
+struct UnhandledStunRequest {
38
optional<std::string> localUfrag;
39
optional<std::string> remoteUfrag;
40
std::string address;
0 commit comments