We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba97189 commit 61f897dCopy full SHA for 61f897d
CMakeLists.txt
@@ -29,7 +29,7 @@ include(FetchContent)
29
FetchContent_Declare(
30
libdatachannel
31
GIT_REPOSITORY https://github.com/achingbrain/libdatachannel.git
32
- GIT_TAG 0e88129151add47db4480b76234e90b57f0272a9 # feat/libjuice-with-mux-callbacks
+ GIT_TAG e5f044627d087bc110e6ffe78f540268aded4eec # feat/libjuice-with-mux-callbacks
33
)
34
35
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
0 commit comments