Skip to content

Commit 6850a28

Browse files
authored
Hide generate_data_mline function (#188)
1 parent 4922e0d commit 6850a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_webrtc/peer_connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ defmodule ExWebRTC.PeerConnection do
15261526
{transceivers, final_mlines ++ data_mline}
15271527
end
15281528

1529-
def generate_data_mline(mid, opts) do
1529+
defp generate_data_mline(mid, opts) do
15301530
attributes =
15311531
[
15321532
{:mid, mid},

0 commit comments

Comments
 (0)