Ditto Peer To Peer
data class DittoPeerToPeer(var bluetoothLe: DittoBluetoothLeConfig = DittoBluetoothLeConfig(), var lan: DittoLanConfig = DittoLanConfig(), var wifiAware: DittoWifiAwareConfig = DittoWifiAwareConfig()) : Cloneable
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
.
Constructors
Link copied to clipboard
constructor(bluetoothLe: DittoBluetoothLeConfig = DittoBluetoothLeConfig(), lan: DittoLanConfig = DittoLanConfig(), wifiAware: DittoWifiAwareConfig = DittoWifiAwareConfig())