mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
committed by
Sean DuBois
parent
c8afc270b0
commit
0cbd8a80cb
@@ -281,5 +281,7 @@ func (s *liteSelector) ContactCandidates() {
|
||||
// TODO: implement lite controlling agent. For now falling back to full agent.
|
||||
// This only happens if both peers are lite. See RFC 8445 S6.1.1 and S6.2
|
||||
s.pairCandidateSelector.ContactCandidates()
|
||||
} else if v, ok := s.pairCandidateSelector.(*controlledSelector); ok {
|
||||
v.agent.validateSelectedPair()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user