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

    Type Alias JoinSession

    JoinSession

    Join a session with a user.

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

    BridgeBox

    wss | https

    /join_session

    type JoinSession = {
        client_id: string;
        session_id: string;
    }
    Index

    Properties

    client_id: string
    session_id: string