Class IceCandidatePair

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final IceCandidate local
      private final IceCandidate remote
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final IceCandidate getLocal() The local ICE candidate selected
      final IceCandidate getRemote() The remote ICE candidate selected
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IceCandidatePair

        IceCandidatePair()
    • Method Detail

      • getLocal

         final IceCandidate getLocal()

        The local ICE candidate selected

      • getRemote

         final IceCandidate getRemote()

        The remote ICE candidate selected