RTCIceCandidatePair
Overview
The RTCIceCandidatePair dictionary describes a pair of ICE candidates which together comprise a description of a viable connection between two WebRTC endpoints.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
local
property local: RTCIceCandidate read write;
RTCIceCandidate local { get; set; }
var local: RTCIceCandidate { get{} set{} }
RTCIceCandidate local { __get; __set; }
Property local() As RTCIceCandidate
remote
property remote: RTCIceCandidate read write;
RTCIceCandidate remote { get; set; }
var remote: RTCIceCandidate { get{} set{} }
RTCIceCandidate remote { __get; __set; }
Property remote() As RTCIceCandidate