RTCForge API Reference v1.1.1
    Preparing search index...

    Variable SignalTypeConst

    SignalType: { Answer: "answer"; Ice: "ice"; Offer: "offer" } = ...

    The three WebRTC negotiation message types exchanged over the signaling channel.

    Type Declaration

    • ReadonlyAnswer: "answer"

      SDP answer responding to an offer.

    • ReadonlyIce: "ice"

      An ICE candidate (or null end-of-candidates).

    • ReadonlyOffer: "offer"

      SDP offer initiating or renegotiating a session.