[M126 Migration][WebRTC] Enable SCTP data channel of webrtc 07/321107/2
authorhongyanting <yanting.hong@samsung.com>
Wed, 24 Apr 2024 05:58:14 +0000 (13:58 +0800)
committerSuhas Poornachandra <s.poornachan@samsung.com>
Thu, 28 Nov 2024 04:30:39 +0000 (04:30 +0000)
SCTP is necessary for sdp negotiation,
otherwise it will cause peerconnection create failed.

This patch enables SCTP by default for all profiles.

Reference:
https://review.tizen.org/gerrit/310205

Change-Id: I0232493715111695266ab5517e23e92b2e4be3a9
Signed-off-by: Suhaspoornachandra <s.poornachan@samsung.com>
tizen_src/build/gn_chromiumefl.sh

index 54c10a79f6596aa0db87fb51ff67c08bd8bc81b1..24897c88adb64ee8bbebbbaba991f1033527f3a3 100755 (executable)
@@ -107,7 +107,7 @@ if [ "$ORIGINAL_GN_DEFINES" != "$GN_DEFINES" ]; then
 fi
 
 COMMON_GN_PARAMETERS="use_libjpeg_turbo=true
-                      rtc_enable_sctp=false
+                      rtc_enable_sctp=true
                       use_alsa=false
                       use_aura=true
                       use_kerberos=false