You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove taskLoopInterval from TestConnectivityLite
Connectivity checks are over UDP, if we lost any message
message this would cause the test to fail.
Resolvespion#149
Add MulticastDNSHostName to AgentConfig
Allow users to pass in a static MulticastDNSHostName, this can be used to
connect peers in a LAN without signaling. If you set a static uFrag/uPwd
on either side and have a static hostname you can gather without knowing
an IP Address on either side.
Cancel selection timeout if Agent is closed
We would always wait 10 seconds even if the ICE Agent was closed,
instead return early right when the agent is closed.
Closespion/webrtc#897