Skip to content

Add G711 payloader and depayloader. Release 0.6.3 #1039

Add G711 payloader and depayloader. Release 0.6.3

Add G711 payloader and depayloader. Release 0.6.3 #1039

Re-run triggered November 18, 2024 11:27
Status Failure
Total duration 3m 41s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
CI on OTP 27 / Elixir 1.17: test/ex_webrtc/data_channel_test.exs#L99
test negotiating with channel mixed with transceivers (ExWebRTC.DataChannelTest)
CI on OTP 27 / Elixir 1.17: test/ex_webrtc/data_channel_test.exs#L204
test sending data and collecting stats about it (ExWebRTC.DataChannelTest)
CI on OTP 27 / Elixir 1.17
Process completed with exit code 2.
CI on OTP 27 / Elixir 1.17
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
CI on OTP 27 / Elixir 1.17
0..(2 <<< 14) - 1 inside guards requires an explicit step, please write 0..(2 <<< 14) - 1//1 or 0..(2 <<< 14) - 1//-1 instead