public static interface WebRTCBin.ON_ICE_CANDIDATE
| Modifier and Type | Method and Description |
|---|---|
void |
onIceCandidate(int sdpMLineIndex,
String candidate) |
void onIceCandidate(int sdpMLineIndex,
String candidate)
sdpMLineIndex - the zero-based index of the m-line attribute
within the SDP to which the candidate should be associated tocandidate - the ICE candidateCopyright © 2021 gstreamer-java. All rights reserved.