removed socket.io, added webrtc audio stream support and deep sleep. for webrtc we will use libdatachannel
This commit is contained in:
@@ -10,6 +10,7 @@ add_subdirectory( third_party/nlohmann_json )
|
||||
add_subdirectory( third_party/spdlog )
|
||||
add_subdirectory( third_party/libogg )
|
||||
add_subdirectory( third_party/socket.io-client-cpp )
|
||||
add_subdirectory( third_party/libdatachannel )
|
||||
|
||||
option(USE_ALSA_ADAPTER "Use ALSA Adapter" OFF)
|
||||
if(USE_ALSA_ADAPTER)
|
||||
|
||||
Reference in New Issue
Block a user