@sovereignbase/peer2peer
    Preparing search index...

    Type Alias OfferorCopy

    Represents the contract copy that returns to the offeror after the offeree accepts an offer.

    type OfferorCopy = {
        answer: RTCSessionDescription;
        offerId: string;
        role: "offeror";
    }
    Index

    Properties

    Properties

    answer: RTCSessionDescription

    The SDP answer produced by the offeree.

    offerId: string

    Correlates the contract copy back to the original offer.

    role: "offeror"

    Identifies the local role that should consume this copy.