Skip to content

Commit 1bb3ace

Browse files
committed
wip2
1 parent 0658283 commit 1bb3ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_ice/priv/ice_agent.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ defmodule ExICE.Priv.ICEAgent do
23552355
address: src_ip,
23562356
port: src_port,
23572357
priority: prio_attr.priority,
2358-
transport: local_cand.transport
2358+
transport: local_cand.base.transport
23592359
)
23602360

23612361
Logger.debug("Adding new remote prflx candidate: #{inspect(cand)}")

0 commit comments

Comments
 (0)