Skip to content

Commit

Permalink
Update lib/ex_webrtc/rtp_codec_parameters.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Pisarek <99591440+sgfn@users.noreply.github.com>
  • Loading branch information
mickel8 and sgfn authored Dec 6, 2024
1 parent a6f80fd commit ad817ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_webrtc/rtp_codec_parameters.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule ExWebRTC.RTPCodecParameters do
Keep in mind that the actual payload type depends on who sends the SDP offer first.
If the browser sends it first and uses a different payload type for the same codec,
Elixir WebRTC will override its settings and use the payload type provided by the browser.
If Elixir WebRTC sends the offert first and uses a different payload type for the same codec,
If Elixir WebRTC sends the offer first and uses a different payload type for the same codec,
the browser will override its settings and use the payload type provided by Elixir WebRTC.
For the meanings of the other fields, refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSender/getParameters#codecs)
Expand Down

0 comments on commit ad817ab

Please sign in to comment.