TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Allow `null` candidate in `RTCPeerConnection.addIceCandidate`

Open silverlyra opened this issue 8 months ago • 5 comments

Add an override for addIceCandidate’s candidate parameter to allow it to be null, which is a special value indicating that ICE gathering is complete.

If no candidate object is specified, or its value is null, an end-of-candidates signal is sent to the remote peer [emphasis added]

Fixes #1738.

silverlyra avatar Jun 11 '24 23:06 silverlyra