From ad817ab05e5d54653fbe57ac4df1e138655d3240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Fri, 6 Dec 2024 14:56:21 +0100 Subject: [PATCH] Update lib/ex_webrtc/rtp_codec_parameters.ex Co-authored-by: Jakub Pisarek <99591440+sgfn@users.noreply.github.com> --- lib/ex_webrtc/rtp_codec_parameters.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ex_webrtc/rtp_codec_parameters.ex b/lib/ex_webrtc/rtp_codec_parameters.ex index 345f25c..4693278 100644 --- a/lib/ex_webrtc/rtp_codec_parameters.ex +++ b/lib/ex_webrtc/rtp_codec_parameters.ex @@ -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)