[webkit-reviews] review granted: [Bug 173452] addTransceiver should trigger mid generation in the SDP : [Attachment 313042] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 16 09:21:33 PDT 2017


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 173452: addTransceiver should trigger mid generation in the SDP
https://bugs.webkit.org/show_bug.cgi?id=173452

Attachment 313042: Patch

https://bugs.webkit.org/attachment.cgi?id=313042&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 313042
  --> https://bugs.webkit.org/attachment.cgi?id=313042
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=313042&action=review

> Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:246
> +	   rtcOptions.offer_to_receive_audio = 1;

kOfferToReceiveMediaTrue

> Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:248
> +	   rtcOptions.offer_to_receive_video = 1;

kOfferToReceiveMediaTrue


More information about the webkit-reviews mailing list