DescriptionRemove [TreatNullAs=NullString] from attributes on RTCIceCandidate
Current Behaviour:
Chrome :
RTCIceCandidate.candidate = null => ""
RTCIceCandidate.sdpMid = null => ""
Firefox :
RTCIceCandidate.candidate = null => "null"
RTCIceCandidate.sdpMid = null => "null"
After the change:
Chrome:
RTCIceCandidate.candidate = null => "null"
RTCIceCandidate.sdpMid = null => "null"
This aligns with the behavior on Firefox nightly
BUG=497307
Committed: https://crrev.com/11459efcc7693831a14ed164a20c8aa79fd770ba
Cr-Commit-Position: refs/heads/master@{#361087}
Patch Set 1 #
Messages
Total messages: 16 (6 generated)
|