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

    Type Alias IceCandidate

    IceCandidate

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

    wss | https

    /ice_candidate

    type IceCandidate = {
        caller?: string;
        candidate?: IceCandidateMessage;
        sessionId?: string;
        target?: string;
    }
    Index

    Properties

    caller?: string
    sessionId?: string
    target?: string