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;