You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: esp_port/components/kvs_webrtc/Kconfig.projbuild
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
menu "KVS WebRTC Configuration"
2
+
2
3
config ENABLE_DATA_CHANNEL
3
4
bool "Enable Data channel support using usrsctp"
4
5
default true
5
6
help
6
7
Enables WebRTC Data channel support
7
8
9
+
config USE_ESP_WEBSOCKET_CLIENT
10
+
bool "Use esp_websocket_client instead of libwebscoekts"
11
+
default true
12
+
help
13
+
Kinesis Video Stream SDK uses libwebsockets for the signaling API requests.
14
+
By using esp_websocket_client, you get better control over memory usage as the complete signaling part is re-implemented with ESP-IDF constraints in mind
0 commit comments