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

    Type Alias IceCandidateMessage

    SdpMessage (used internally)

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

    type IceCandidateMessage = {
        content: string;
        sdpMid: string;
        sdpMLineIndex: number;
    }
    Index

    Properties

    content: string
    sdpMid: string
    sdpMLineIndex: number