mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
Disable WebRTC debug
This commit is contained in:
parent
c76dc5358b
commit
afd7993152
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue