Dart SDK
dart:html
RtcIceCandidate
class
RtcIceCandidate
Properties
Constructors
Properties
candidate
sdpMLineIndex
sdpMid
Constructors
RtcIceCandidate
(Not documented.)
Annotations
DocsEditable()
DomName('RTCIceCandidate')
SupportedBrowser(SupportedBrowser.CHROME)
Experimental()
Properties
String
candidate
read / write
int
sdpMLineIndex
read / write
String
sdpMid
read / write
Constructors
RtcIceCandidate
(
Map
dictionary
)