RTCIceCandidatePair

sealed interface RTCIceCandidatePair(source)

The RTCIceCandidatePair dictionary describes a pair of ICE candidates which together comprise a description of a viable connection between two WebRTC endpoints.

Properties

Link copied to clipboard
abstract var local: RTCIceCandidate

The local property of the RTCIceCandidatePair dictionary specifies the RTCIceCandidate which describes the configuration of the local end of a viable WebRTC connection.

Link copied to clipboard
abstract var remote: RTCIceCandidate

The remote property of the RTCIceCandidatePair dictionary specifies the viable WebRTC connection.