[RTCIceCandidate-constructor.html]
[new RTCIceCandidate({ ... }) with manually filled default values]
expected: FAIL
[new RTCIceCandidate({ candidate: '' })]
expected: FAIL
[new RTCIceCandidate({ candidate: null })]
expected: FAIL
[new RTCIceCandidate({ ... }) with valid candidate string only]
expected: FAIL
[new RTCIceCandidate({ sdpMid: 'audio' })]
expected: FAIL
[new RTCIceCandidate({ sdpMLineIndex: 0 })]
expected: FAIL
[new RTCIceCandidate({ sdpMid: 'audio', sdpMLineIndex: 0 })]
expected: FAIL
[new RTCIceCandidate({ candidate: '', sdpMid: 'audio' }]
expected: FAIL
[new RTCIceCandidate({ candidate: '', sdpMLineIndex: 0 }]
expected: FAIL
[new RTCIceCandidate({ ... }) with valid candidate string and sdpMid]
expected: FAIL
[new RTCIceCandidate({ ... }) with invalid candidate string and sdpMid]
expected: FAIL
[new RTCIceCandidate({ ... }) with non default value for all fields]
expected: FAIL
[new RTCIceCandidate({ ... }) with invalid sdpMid]
expected: FAIL
[new RTCIceCandidate({ ... }) with invalid sdpMLineIndex]
expected: FAIL