• A JavaScript-only function to get the raw P2P DataConnection. This can be useful for example when you want to use a binary protocol instead of GDevelop variables for high-performance networking.

    Parameters

    • peerID: string

    Returns undefined | DataConnection<NetworkEvent>