Skip to content

Commit fc15825

Browse files
committed
Remove warning from configuration.ex
1 parent 8208fec commit fc15825

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ex_webrtc/peer_connection/configuration.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ defmodule ExWebRTC.PeerConnection.Configuration do
2727
clock_rate: 90_000
2828
}
2929

30-
# Ensure we are using H264 with packetization_mode=1 by default
31-
# (packetization_mode=0 has issues when switching layers)
3230
@default_codec_params_h264 %RTPCodecParameters{
3331
payload_type: 99,
3432
mime_type: "video/H264",

0 commit comments

Comments
 (0)