Skip to content

Commit c0235af

Browse files
authored
Add data channel option to the readme (#2099)
* Add data channel option to the readme * Address comments
1 parent 8b0bc13 commit c0235af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ You can pass the following options to `cmake ..`:
144144

145145
* `-DBUILD_SAMPLE` -- Build the sample executables. ON by default.
146146
* `-DIOT_CORE_ENABLE_CREDENTIALS` -- Build the sample applications using IoT credentials. OFF by default.
147+
* `-DENABLE_DATA_CHANNEL` -- Build SDK & samples with data channel. ON by default.
147148
* `-DBUILD_STATIC_LIBS` -- Build all KVS WebRTC and third-party libraries as static libraries. Default: OFF (shared build).
148149
* `-DADD_MUCLIBC` -- Add -muclibc c flag
149150
* `-DBUILD_DEPENDENCIES` -- Whether or not to build depending libraries from source

0 commit comments

Comments
 (0)