-
- All Implemented Interfaces:
-
com.glia.androidsdk.internal.EventEmitter.Emittable
public class IceCandidate extends EmittableMessage
ICE candidate message, used for PeerConnection establishment.
-
-
Method Summary
Modifier and Type Method Description static IceCandidatefromRTCCandidate(IceCandidate candidate)IceCandidatetoRTCCandidate()-
-
Method Detail
-
fromRTCCandidate
static IceCandidate fromRTCCandidate(IceCandidate candidate)
-
toRTCCandidate
IceCandidate toRTCCandidate()
-
-
-
-