File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add `ex_webrtc` to the list of dependencies in `mix.exs`
1818``` elixir
1919def deps do
2020 [
21- {:ex_webrtc , " ~> 0.8.0 " }
21+ {:ex_webrtc , " ~> 0.8.1 " }
2222 ]
2323end
2424```
@@ -29,7 +29,7 @@ adding optional `ex_sctp` dependency
2929``` elixir
3030def deps do
3131 [
32- {:ex_webrtc , " ~> 0.8.0 " },
32+ {:ex_webrtc , " ~> 0.8.1 " },
3333 {:ex_sctp , " ~> 0.1.0" }
3434 ]
3535end
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ defmodule ExWebRTC.Recorder do
177177
178178 :ok = File . write! ( report_path , Jason . encode! ( report ) )
179179
180- % { state | tracks: tracks }
180+ state
181181 end
182182
183183 defp serialize_packet ( packet , rid_idx , recv_time ) do
Original file line number Diff line number Diff line change 11defmodule ExWebRTC.MixProject do
22 use Mix.Project
33
4- @ version "0.8.0 "
4+ @ version "0.8.1 "
55 @ source_url "https://github.com/elixir-webrtc/ex_webrtc"
66
77 def project do
You can’t perform that action at this time.
0 commit comments