Dart
dart:html
RtcIceCandidate
sdpMLineIndex property
sdpMLineIndex
Dart
dart:html
RtcIceCandidate
sdpMLineIndex property
RtcIceCandidate class
Constructors
RtcIceCandidate
Properties
candidate
hashCode
runtimeType
sdpMid
sdpMLineIndex
Methods
noSuchMethod
toString
Operators
operator ==
description
sdpMLineIndex
property
Null safety
int
sdpMLineIndex
Implementation
int get sdpMLineIndex native;
void
sdpMLineIndex=
(
int
value
)
Implementation
set sdpMLineIndex(int value) native;