@sovereignbase/peer2peer
    Preparing search index...

    Type Alias Offer

    Represents an offer that can be transported to a remote peer out-of-band.

    type Offer = {
        description: RTCSessionDescription;
        offerId: string;
    }
    Index

    Properties

    Properties

    description: RTCSessionDescription

    The local SDP offer produced by the offeror.

    offerId: string

    Correlates the offer and the later contract copies.