RESOLVED FIXED 168986
LibWebRTCProvider should check existence of libwebrtc.dylib
https://bugs.webkit.org/show_bug.cgi?id=168986
Summary LibWebRTCProvider should check existence of libwebrtc.dylib
Alex Christensen
Reported 2017-02-28 13:36:17 PST
LibWebRTCProvider should check existence of libwebrtc.dylib
Attachments
Patch (14.18 KB, patch)
2017-02-28 13:40 PST, Alex Christensen
no flags
Patch (14.00 KB, patch)
2017-02-28 15:01 PST, Alex Christensen
no flags
Patch (14.62 KB, patch)
2017-02-28 15:11 PST, Alex Christensen
no flags
Patch (15.17 KB, patch)
2017-02-28 15:19 PST, Alex Christensen
no flags
Alex Christensen
Comment 1 2017-02-28 13:40:52 PST
youenn fablet
Comment 2 2017-02-28 14:14:15 PST
Comment on attachment 302975 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=302975&action=review > Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp:160 > + if (senders.size() && LibWebRTCProvider::factory()) { If we do not have a factory, it might be better to just reject the promise upfront. Typically by calling createOfferFailed from m_peerConnectionBackend.
Alex Christensen
Comment 3 2017-02-28 15:01:23 PST
Alex Christensen
Comment 4 2017-02-28 15:11:10 PST
Alex Christensen
Comment 5 2017-02-28 15:19:57 PST
Alex Christensen
Comment 6 2017-02-28 16:09:27 PST
Note You need to log in before you can comment on or make changes to this bug.