mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 02:53:10 +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
|
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
|
||||||
|
|
||||||
#define WEBRTC_DEBUG
|
// #define WEBRTC_DEBUG
|
||||||
|
|
||||||
using namespace webrtc;
|
using namespace webrtc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue