Class RTCPeerConnection

java.lang.Object
one.jpro.platform.webrtc.RTCPeerConnection

public class RTCPeerConnection extends Object
  • Field Details

    • connectionState

      public javafx.beans.property.StringProperty connectionState
    • iceConnectionState

      public javafx.beans.property.StringProperty iceConnectionState
    • iceGatheringState

      public javafx.beans.property.StringProperty iceGatheringState
    • signalingState

      public javafx.beans.property.StringProperty signalingState
    • tracks

      public javafx.collections.ObservableList<com.jpro.webapi.JSVariable> tracks
    • iceCandidates

      public javafx.collections.ObservableList<String> iceCandidates
    • onNewIceCandidate

      public Consumer<String> onNewIceCandidate
    • onnegotiationneeded

      public Runnable onnegotiationneeded
  • Constructor Details

    • RTCPeerConnection

      public RTCPeerConnection(com.jpro.webapi.WebAPI webAPI)
    • RTCPeerConnection

      public RTCPeerConnection(com.jpro.webapi.WebAPI webAPI, String conf)
  • Method Details