3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-15 18:49:27 +02:00

Disable WebRTC debug

This commit is contained in:
David Rowe 2021-11-06 22:31:52 +13:00
parent c76dc5358b
commit afd7993152

View file

@ -28,7 +28,7 @@ const std::list<std::string> ICE_SERVER_URIS = {
};
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
#define WEBRTC_DEBUG
// #define WEBRTC_DEBUG
using namespace webrtc;