Connection Candidate Event
data class ConnectionCandidateEvent(val type: ConnectionEventType, val candidate: ConnectionCandidate)
Connection candidate event that is emitted when a connection candidate is discovered or lost by both AdvertiseManager and DiscoveryManager.
Parameters
candidate