Some tests were passing in a local description created from hard-coded SDP strings, which won't work in the future (since some attributes such as the fingerprint and ICE ufrag/pwd are non-modifiable). These tests now do the typical approach of calling CreateOffer and modifying the result if necessary. Also added some non-const versions of the SessionDescription accessor helper functions, since that makes it much easier to modify a SessionDescription. Previous alternatives were re-implementing the helper methods from scratch, or converting the description to SDP, modifying it, and converting it back. R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1966333002 . Cr-Commit-Position: refs/heads/master@{#12704}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.