You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `payload_type` - payload type used to identify the codec.
12
+
Keep in mind that the actual payload type depends on who sends the SDP offer first.
13
+
If the browser sends it first and uses a different payload type for the same codec,
14
+
Elixir WebRTC will override its settings and use the payload type provided by the browser.
15
+
If Elixir WebRTC sends the offer first and uses a different payload type for the same codec,
16
+
the browser will override its settings and use the payload type provided by Elixir WebRTC.
17
+
18
+
For the meanings of the other fields, refer to the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/RTCRtpSender/getParameters#codecs)
0 commit comments