Connection Candidate
Connection candidate that represents a remote device. isIncomingConnection is used to distinguish between connections intitiated by this app and connections initiated by other apps.
Properties
Functions
Link copied to clipboard
suspend fun connect(localDeviceName: String, authValidator: suspend (String) -> Boolean = { true }): Result<Connection>
Tries to connect to the remote endpoint and returns a Connection if result is successful