Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias OfferAnswer

    Offer/answer message that gets sent to establish peer connections.

    type OfferAnswer = {
        caller?: string;
        sdp: RTCSessionDescription;
        sessionId?: string;
        target?: string;
    }
    Index

    Properties

    caller?: string
    sdp: RTCSessionDescription
    sessionId?: string
    target?: string