DittoPeerToPeer
public struct DittoPeerToPeer : Codable, Equatable
Configuration of peer-to-peer transports, which are able to discover and connect to peers on their own.
For more information refer to the documentation for DittoTransportConfig
.
-
P2P Bluetooth LE configuration.
Declaration
Swift
public var bluetoothLE: DittoBluetoothLEConfig
-
P2P LAN configuration.
Declaration
Swift
public var lan: DittoLANConfig
-
P2P AWDL configuration.
Declaration
Swift
public var awdl: DittoAWDLConfig
-
P2P Bluetooth LE configuration.
Declaration
Swift
@available(*, deprecated, message: "Please use `bluetoothLE` instead.") public var bluetoothLe: DittoBluetoothLEConfig { get set }