Commit 60e03aed authored by Byron Campen's avatar Byron Campen
Browse files

Bug 1822194 - Vendor libwebrtc from b05968e5ec

Upstream commit: https://webrtc.googlesource.com/src/+/b05968e5ecc9f4c6f4a8ad15e9821bcfa4796561
    Do not create DtmfSender for video sender.

    On Android bindings, do not build a DtmfSender instance in a
    RtpSender if its video kind is Video.
    This will prevent showing an error when trying to access
    that DtmfSender instance that has no native reference

    Bug: webrtc:14680
    Change-Id: Iba67a12cae8604c032915156b581af269f6ed265
    Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/283742


    Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
    Reviewed-by: default avatarSergey Silkin <ssilkin@webrtc.org>
    Cr-Commit-Position: refs/heads/main@{#38724}
parent 0c7031f6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19773,3 +19773,6 @@ fc5d709e41
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
d409621f28
# MOZ_LIBWEBRTC_SRC=/home/bcampen/checkouts/moz-libwebrtc MOZ_LIBWEBRTC_BRANCH=mozpatches bash dom/media/webrtc/third_party_build/fast-forward-libwebrtc.sh
# base of lastest vendoring
b05968e5ec
+2 −0
Original line number Diff line number Diff line
@@ -13204,3 +13204,5 @@ libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches o
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-04-01T00:00:19.947439.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-04-01T00:01:41.097425.
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/bcampen/checkouts/moz-libwebrtc --commit mozpatches libwebrtc
libwebrtc updated from /home/bcampen/checkouts/moz-libwebrtc commit mozpatches on 2023-04-01T00:05:32.314977.