Share via


RTCIceCandidateInit Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The RTCIceCandidateInit dictionary initializes an RTCIceCandidate object.

Dictionary

Member Type Description
candidate DOMString Represents the transport address of the candidate.
sdpMid DOMString Represents a media streams identification. Set to null by default.
sdpMLineIndex DOMString Represents the index of the media description that the candidate is associated with. Set to null by default.

 

See also

RTCIceCandidate