Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Edge versions for api.RTCIceCandidate.address (#13743)
This PR adds real values for Microsoft Edge for the `address` member of the `RTCIceCandidate` API, based upon manual testing. Test Code Used: `var rtcic = new RTCIceCandidate(); rtcic.ip;`
- Loading branch information