RESOLVED FIXED 216072
Expose RTCPeerConnection.restartIce
https://bugs.webkit.org/show_bug.cgi?id=216072
Summary Expose RTCPeerConnection.restartIce
youenn fablet
Reported 2020-09-02 05:44:36 PDT
Expose RTCPeerConnection.restartIce
Attachments
Patch (11.63 KB, patch)
2020-09-02 05:45 PDT, youenn fablet
no flags
Patch (12.64 KB, patch)
2020-09-02 05:49 PDT, youenn fablet
no flags
Patch (16.71 KB, patch)
2020-09-02 08:40 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2020-09-02 05:45:48 PDT
youenn fablet
Comment 2 2020-09-02 05:49:08 PDT
youenn fablet
Comment 3 2020-09-02 08:40:37 PDT
Darin Adler
Comment 4 2020-09-02 10:04:51 PDT
Comment on attachment 407769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407769&action=review > Source/WebCore/Modules/mediastream/RTCPeerConnection.h:127 > + void restartIce() { m_backend->restartIce(); } No null check needed here?
youenn fablet
Comment 5 2020-09-02 10:11:09 PDT
(In reply to Darin Adler from comment #4) > Comment on attachment 407769 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=407769&action=review > > > Source/WebCore/Modules/mediastream/RTCPeerConnection.h:127 > > + void restartIce() { m_backend->restartIce(); } > > No null check needed here? The model is a bit weird right now so we cannot have a UniqueRef, as we would probably like. Basically RTCPeerConnection constructor creates the backend and RTCPeerConnection::create makes sure a peer connection has a backend, or it throws and deallocate the RTCPeerConnection. I can probably refactor this to use a UniqueRef and clarify this.
EWS
Comment 6 2020-09-03 06:24:38 PDT
Committed r266511: <https://trac.webkit.org/changeset/266511> All reviewed patches have been landed. Closing bug and clearing flags on attachment 407769 [details].
Radar WebKit Bug Importer
Comment 7 2020-09-03 06:25:32 PDT
Note You need to log in before you can comment on or make changes to this bug.