Type Alias PresenceConnectionType

PresenceConnectionType:
    | "WiFi"
    | "WebSocket"
    | "AWDL"
    | "BLE"

Types of connections that can be established between two peers.

replaced by ConnectionType.