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

    Type Alias SdpMessage

    SdpMessage (used internally)

    Note 💡 Ensure the number-like property values are sent as strings when sent and are enclosed in quotes ""

    type SdpMessage = {
        sdp: string;
        type: SdpMessageType;
    }
    Index

    Properties

    Properties

    sdp: string