Index: voice_engine/include/voe_errors.h |
diff --git a/voice_engine/include/voe_errors.h b/voice_engine/include/voe_errors.h |
index 911d7c281ff1e163a03b07ae4ec0b7a111902726..7479ab3957ef698c30be950e1f3c81437e4eb9f2 100644 |
--- a/voice_engine/include/voe_errors.h |
+++ b/voice_engine/include/voe_errors.h |
@@ -79,7 +79,7 @@ |
#define VE_DESTINATION_NOT_INITED 8104 |
#define VE_RECEIVE_SOCKETS_CONFLICT 8105 |
#define VE_SEND_SOCKETS_CONFLICT 8106 |
-#define VE_TYPING_NOISE_WARNING 8107 |
+// 8107 is not used |
#define VE_NOISE_WARNING 8109 |
#define VE_CANNOT_GET_SEND_CODEC 8110 |
#define VE_CANNOT_GET_REC_CODEC 8111 |
@@ -87,7 +87,7 @@ |
#define VE_CANNOT_SET_SECONDARY_SEND_CODEC 8113 |
#define VE_CANNOT_GET_SECONDARY_SEND_CODEC 8114 |
#define VE_CANNOT_REMOVE_SECONDARY_SEND_CODEC 8115 |
-#define VE_TYPING_NOISE_OFF_WARNING 8116 |
+// 8116 is not used |
// Errors causing limited functionality |
#define VE_RTCP_SOCKET_ERROR 9001 |