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