Renamed ENABLE_WEBSOCKET to RTC_ENABLE_WEBSOCKET

This commit is contained in:
Paul-Louis Ageneau
2020-03-18 18:55:58 +01:00
parent 500e31befa
commit 1a701c33b3
16 changed files with 51 additions and 37 deletions

View File

@ -100,7 +100,7 @@ int rtcDeleteDataChannel(int dc);
int rtcGetDataChannelLabel(int dc, char *buffer, int size);
// WebSocket
#if ENABLE_WEBSOCKET
#if RTC_ENABLE_WEBSOCKET
int rtcCreateWebSocket(const char *url); // returns ws id
int rtcDeleteWebsocket(int ws);
#endif