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

MemberTypeDescription
candidateDOMStringRepresents the transport address of the candidate.
sdpMidDOMStringRepresents a media streams identification. Set to null by default.
sdpMLineIndexDOMStringRepresents the index of the media description that the candidate is associated with. Set to null by default.

 

See also

RTCIceCandidate

 

 

Show: