We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0ab87 commit 9d0ac74Copy full SHA for 9d0ac74
lib/ex_webrtc/sdp_utils.ex
@@ -140,7 +140,7 @@ defmodule ExWebRTC.SDPUtils do
140
end
141
142
@spec get_ice_lite(ExSDP.t()) :: boolean()
143
- def get_ice_lite(sdp), do: ExSDP.get_attribute(sdp, "ice-lite") != nil
+ def get_ice_lite(sdp), do: ExSDP.get_attribute(sdp, :ice_lite) != nil
144
145
@spec get_ice_credentials(ExSDP.t()) ::
146
{:ok, {binary(), binary()} | nil}
0 commit comments